diff --git a/src/g_game.c b/src/g_game.c
index 6b4890a1c661ba040f1011ab4cec7a2a75db6f27..9780bcd4d2c22cb56ec105501125b3c2799cf8cf 100644
--- a/src/g_game.c
+++ b/src/g_game.c
@@ -4123,7 +4123,7 @@ static void G_DoCompleted(void)
 	{
 		token--;
 
-		if (!nextmapoverride)
+//		if (!nextmapoverride) // Having a token should pull the player into the special stage before going to the overridden map (Issue #933)
 			for (i = 0; i < 7; i++)
 				if (!(emeralds & (1<<i)))
 				{