From 0b755cac546bfb04b2d4d252c56409e9547117f3 Mon Sep 17 00:00:00 2001 From: Xackery Date: Wed, 21 Feb 2018 07:59:47 -0800 Subject: [PATCH] Added sanity check for #hotfix --- zone/command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/command.cpp b/zone/command.cpp index 179a37ded..dcfecce7a 100644 --- a/zone/command.cpp +++ b/zone/command.cpp @@ -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();