mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 16:28:28 +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