X-Git-Url: https://plomlompom.com/repos/?p=plomrogue;a=blobdiff_plain;f=plugins%2Fserver%2FPleaseTheIslandGod.py;h=a33c46f2116144008cc3f4f418a38a1804cc5341;hp=0b81cf973fdfaa226acef11738dc9f6f82bce5b4;hb=90fdc3ef90aed80920b2d5529bb186032942fb42;hpb=08e48fa62e37ab29b6b7728db0bf78407ff22ba4 diff --git a/plugins/server/PleaseTheIslandGod.py b/plugins/server/PleaseTheIslandGod.py index 0b81cf9..a33c46f 100644 --- a/plugins/server/PleaseTheIslandGod.py +++ b/plugins/server/PleaseTheIslandGod.py @@ -434,8 +434,6 @@ def command_slippers(str_int): world_db["SLIPPERS"] = val if world_db["WORLD_ACTIVE"] and \ world_db["SLIPPERS"] not in world_db["ThingTypes"]: - print(world_db["ThingTypes"]) - print(":::" + str(world_db["SLIPPERS"])) world_db["WORLD_ACTIVE"] = 0 print("SLIPPERS matches no known ThingTypes, deactivating world.")