mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-08 15:07:16 +00:00
Fix spacing
This commit is contained in:
+1
-1
@@ -875,7 +875,7 @@ bool Corpse::Process() {
|
||||
logger.LogDebug(EQEmuLogSys::General, "Tagged %s player corpse has burried.", this->GetName());
|
||||
}
|
||||
else {
|
||||
logger.Log(EQEmuLogSys::Error,"Unable to bury %s player corpse.", this->GetName());
|
||||
logger.Log(EQEmuLogSys::Error, "Unable to bury %s player corpse.", this->GetName());
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user