Changeset 42 for trunk/src/game/World.cpp
- Timestamp:
- 11/19/08 13:27:05 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/World.cpp
r41 r42 2427 2427 2428 2428 SendServerMessage(msgid,str.c_str(),player); 2429 DEBUG_LOG("Server is %s in %s",(m_ShutdownMask & SHUTDOWN_MASK_RESTART ? "restart" : "shuttingdown"),str.c_str());2429 outstring_log("Server will %s in %s", (m_ShutdownMask & SHUTDOWN_MASK_RESTART ? "restart" : "shutdown"), str.c_str()); 2430 2430 } 2431 2431 }