[DevTools] Improve DevTools Toggling Options (#1161)

* Improve devtools toggling

* Cleanup a few more references
This commit is contained in:
Chris Miles
2020-12-30 14:43:33 -06:00
committed by GitHub
parent a920d449ff
commit c1d7a82307
6 changed files with 29 additions and 31 deletions
+1 -1
View File
@@ -640,7 +640,7 @@ void Mob::DisplayInfo(Mob *mob)
Client *client = this->CastToClient();
if (!client->IsDevToolsWindowEnabled()) {
if (!client->IsDevToolsEnabled()) {
return;
}