diff --git a/src/gamemodes.py b/src/gamemodes.py index 0cffc9d..780cbad 100644 --- a/src/gamemodes.py +++ b/src/gamemodes.py @@ -190,7 +190,7 @@ class VillagergameMode(GameMode): # Note: not implemented here since that needs to work in default too pc = len(var.ALL_PLAYERS) if (pc >= 8 and lpl <= 4) or lpl <= 2: - evt.data["winner"] = "none" + evt.data["winner"] = "" evt.data["message"] = messages["villagergame_lose"].format(botconfig.CMD_CHAR, botconfig.NICK) else: evt.data["winner"] = None