Remove fill line

This commit is contained in:
Shaun Bennett 2016-02-26 04:29:27 -06:00
parent 4472c52432
commit 923e51483c

View File

@ -787,7 +787,6 @@ public class Draw extends SoloGame
if (data == _brushColor && material == _brushMaterial)
return;
System.out.println("Fill...");
fillRecursive(target, material, data);
for (Player other : UtilServer.getPlayers())