mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
[DevTools] Improve DevTools Toggling Options (#1161)
* Improve devtools toggling * Cleanup a few more references
This commit is contained in:
+1
-1
@@ -640,7 +640,7 @@ void Mob::DisplayInfo(Mob *mob)
|
||||
|
||||
Client *client = this->CastToClient();
|
||||
|
||||
if (!client->IsDevToolsWindowEnabled()) {
|
||||
if (!client->IsDevToolsEnabled()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user