Removed a debug trace statement
This commit is contained in:
@@ -569,7 +569,6 @@ void ServerApplication::hRegionRequest(RegionPacket* const argPacket) {
|
|||||||
//TODO: (0) load regions
|
//TODO: (0) load regions
|
||||||
if (region == nullptr) {
|
if (region == nullptr) {
|
||||||
region = room->GetPager()->CreateRegion(argPacket->x, argPacket->y);
|
region = room->GetPager()->CreateRegion(argPacket->x, argPacket->y);
|
||||||
std::cout << "Summoned a room" << std::endl;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//send the content
|
//send the content
|
||||||
|
|||||||
Reference in New Issue
Block a user