mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-29 23:15:56 -04:00
unnecessary ifdef
This commit is contained in:
@@ -3275,11 +3275,9 @@ void ServerObject::removeTriggerVolume(const std::string & name)
|
||||
|
||||
void ServerObject::sendControllerMessageToAuthServer(enum GameControllerMessage cm, MessageQueue::Data * msg, float value)
|
||||
{
|
||||
#ifdef _DEBUG
|
||||
DEBUG_WARNING(isInEndBaselines(), ("sendControllerMessageToAuthServer while ending baselines: message id=(%d) from object id=[%s], template=[%s], on server id=[%d]", static_cast<int>(cm), getNetworkId().getValueString().c_str(), getObjectTemplateName(), static_cast<int>(GameServer::getInstance().getProcessId())));
|
||||
|
||||
DEBUG_WARNING(!isInitialized(), ("sendControllerMessageToAuthServer while uninitialized: message id=(%d) from object id=[%s], template=[%s], on server id=[%d]", static_cast<int>(cm), getNetworkId().getValueString().c_str(), getObjectTemplateName(), static_cast<int>(GameServer::getInstance().getProcessId())));
|
||||
#endif
|
||||
|
||||
Controller * controller = getController();
|
||||
if(controller)
|
||||
|
||||
Reference in New Issue
Block a user