Added sanity check for #hotfix

This commit is contained in:
Xackery 2018-02-21 07:59:47 -08:00
parent 765ee5eeed
commit 0b755cac54

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();