home · contact · privacy
Client: Remove debugging code, superfluous whitespace.
[plomrogue] / client / commands.py
index 159af5dcd6ec58ce901491aabbfabbf392b64361..61cffacc57c565a9a6b7779e93061c1d43a48cef 100644 (file)
@@ -22,7 +22,7 @@ def command_sender(string, int_field=None):
         int_string = ""
         if int_field:
             int_string = " " + str(world_data[int_field])
-        send(string + int_string) 
+        send(string + int_string)
     return command_send