X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=roguelike-server;h=0b9af475806fee19e756484cbc064b3bd29ce500;hb=090259ce1d144461c33db6a622919b182dab6888;hp=9361fb8bc8eed940d896ea86977cac3bc31b1162;hpb=d46332624085d56da4040d27516f79971088bc6d;p=plomrogue diff --git a/roguelike-server b/roguelike-server index 9361fb8..0b9af47 100755 --- a/roguelike-server +++ b/roguelike-server @@ -1290,7 +1290,7 @@ def command_worldactive(worldactive_string): map. On activation, rebuild all Things' FOVs, and the player's map memory. """ val = integer_test(worldactive_string, 0, 1) - if val: + if None != val: if 0 != world_db["WORLD_ACTIVE"]: if 0 == val: set_world_inactive()