Explorar o código

Added debugging

Tried to figure out if the init fuction of the GRID does anything
RoelGo %!s(int64=8) %!d(string=hai) anos
pai
achega
5c674e875f
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/camsucks/GRID.java

+ 3 - 0
src/camsucks/GRID.java

@@ -72,6 +72,9 @@ public class GRID {
 
         if (communicator.getConnected() == true) {
            communicator.initIOStream();
+           System.out.println(communicator.getBuffer());
+          
+           
         }
         
     }