aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Commands
diff options
context:
space:
mode:
authorVincent-Michael <vincent_michael@gmx.de>2016-03-16 21:38:01 +0100
committerVincent-Michael <vincent_michael@gmx.de>2016-03-16 21:40:15 +0100
commit5e74c2223bff8a467d6f1ce18f6f08aa05e17019 (patch)
treed37de0a0f3d540bb7e45b4176049820f2d88b309 /src/server/scripts/Commands
parent8050f58b21d1ed082c79e2289533c0a7dd61ab3f (diff)
Core: Remove whitespaces
Diffstat (limited to 'src/server/scripts/Commands')
-rw-r--r--src/server/scripts/Commands/cs_debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Commands/cs_debug.cpp b/src/server/scripts/Commands/cs_debug.cpp
index 3a98e8ed172..01a048c8795 100644
--- a/src/server/scripts/Commands/cs_debug.cpp
+++ b/src/server/scripts/Commands/cs_debug.cpp
@@ -1434,7 +1434,7 @@ public:
duration = 3 * MINUTE;
bool doFill = fill_str ? (stricmp(fill_str, "FILL") == 0) : false;
-
+
int32 errMsg = target->AI()->VisualizeBoundary(duration, player, doFill);
if (errMsg > 0)
handler->PSendSysMessage(errMsg);