diff --git a/src/test/worldTest.c b/src/test/worldTest.c index b129267..ad5f58e 100644 --- a/src/test/worldTest.c +++ b/src/test/worldTest.c @@ -30,8 +30,6 @@ void initWorldTest(char *worldId) { STRNCPY(game.worldId, worldId, MAX_NAME_LENGTH); - game.plus = PLUS_MIRROR; - initWorld(); } else