X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=client%2Fcommands.py;fp=client%2Fcommands.py;h=61cffacc57c565a9a6b7779e93061c1d43a48cef;hb=91dd475e7a5e1351d1f76cf8d6df6fc8557d2e9c;hp=159af5dcd6ec58ce901491aabbfabbf392b64361;hpb=3d4ef72a869787ade399af85a42ab0aef9d73766;p=plomrogue diff --git a/client/commands.py b/client/commands.py index 159af5d..61cffac 100644 --- a/client/commands.py +++ b/client/commands.py @@ -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