Remove debugging

This commit is contained in:
Akkadius 2017-11-21 21:48:35 -06:00
parent 790304d1f1
commit 29a62dfa85
2 changed files with 10 additions and 11 deletions

View File

@ -272,7 +272,6 @@ bool Client::Process() {
if (force_spawn_updates && mob != this) { if (force_spawn_updates && mob != this) {
if (mob->is_distance_roamer) { if (mob->is_distance_roamer) {
Log(Logs::General, Logs::Debug, "Updating distance roamer %s", mob->GetCleanName());
mob->SendPositionUpdateToClient(this); mob->SendPositionUpdateToClient(this);
continue; continue;
} }