X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=server%2Fio.py;h=ac7558efae318d99efa53105c5882a40f86f1515;hb=f6a1bf0aa76165c104d74fe8dfaf674d3e63b52d;hp=ab3bbffc071e7e7b739c82f921ee4df71f22676b;hpb=289eb1b62e2ae3cd1de5c815a670af7cf0b9660e;p=plomrogue diff --git a/server/io.py b/server/io.py index ab3bbff..ac7558e 100644 --- a/server/io.py +++ b/server/io.py @@ -260,7 +260,7 @@ def obey(command, prefix, replay=False, do_record=False): io_db["save_wait"] = time.time() io_db["worldstate_updateable"] = world_db["WORLD_ACTIVE"] elif 0 != len(tokens): - print("Invalid command/argument, or bad number of tokens.") + print("Invalid command/argument, or bad number of tokens: " + command) def obey_lines_in_file(path, name, do_record=False):