mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 20:08:37 +00:00
[Code Cleanup] Remove this-> in code where its implied (#2088)
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user