Merge pull request #713 from eqcodex/master

Added sanity check for #hotfix
This commit is contained in:
Alex 2018-02-21 12:13:51 -05:00 committed by GitHub
commit 6934552dd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10835,7 +10835,7 @@ void command_hotfix(Client *c, const Seperator *sep) {
}
worldserver.SendPacket(&pack);
c->Message(0, "Hotfix applied");
if (c) c->Message(0, "Hotfix applied");
});
t1.detach();