Skip to content

Commit 4757d61

Browse files
committed
Whitespace.
1 parent 2def980 commit 4757d61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/GmCommands.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class GmCommands : public AllCommandScript
1515
return true;
1616

1717
Player* player = who.GetPlayer();
18-
18+
1919
if (!player)
2020
return true;
2121

@@ -41,6 +41,7 @@ class GmCommands : public AllCommandScript
4141
"gm fly",
4242
};
4343
};
44+
4445
void AddGmCommandScripts()
4546
{
4647
new GmCommands();

0 commit comments

Comments
 (0)