Remove fill line
This commit is contained in:
parent
4472c52432
commit
923e51483c
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user