Removed space at "Task ## : ... "

This commit is contained in:
Jos van 't Hof
2012-03-19 17:40:06 +01:00
parent f707591954
commit 9e7cf87de5

View File

@@ -292,7 +292,7 @@ public class RandomSpawnSpawner implements Runnable{
if (taskID == 0){
plugin.logDebug("Task NOID: " + message);
}else{
plugin.logDebug("Task "+ taskID + " : " + message);
plugin.logDebug("Task "+ taskID + ": " + message);
}
}