[Code Cleanup] Remove this-> in code where its implied (#2088)

This commit is contained in:
Chris Miles
2022-05-01 09:22:09 -05:00
committed by GitHub
parent b02008ec53
commit 5b4aeaa457
47 changed files with 1033 additions and 1033 deletions
+2 -2
View File
@@ -638,11 +638,11 @@ void Mob::DisplayInfo(Mob *mob)
return;
}
if (this->IsClient()) {
if (IsClient()) {
std::string window_text = "<c \"#FFFF66\">*Drag window open vertically to see all</c><br>";
Client *client = this->CastToClient();
Client *client = CastToClient();
if (!client->IsDevToolsEnabled()) {
return;