forked from teamnwah/openmw-tes3coop
[Server] Remove debug message
This commit is contained in:
parent
1956045e99
commit
2fd279a5ef
1 changed files with 0 additions and 4 deletions
|
@ -40,11 +40,7 @@ Cell::TPlayers Cell::getPlayers() const
|
|||
void Cell::sendToLoaded(mwmp::WorldPacket *worldPacket, mwmp::BaseEvent *baseEvent) const
|
||||
{
|
||||
if (players.empty())
|
||||
{
|
||||
// Remove this once we are sure it can't happen
|
||||
LOG_MESSAGE_SIMPLE(Log::LOG_WARN, "- Attempt to send packet to players in Cell::sendToLoaded when there are no players!\n- Please report to a developer");
|
||||
return;
|
||||
}
|
||||
|
||||
std::list <Player*> plList;
|
||||
|
||||
|
|
Loading…
Reference in a new issue