aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--launcher/minecraft/World.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/minecraft/World.h b/launcher/minecraft/World.h
index 10328cce..dc3733d5 100644
--- a/launcher/minecraft/World.h
+++ b/launcher/minecraft/World.h
@@ -28,7 +28,7 @@ struct GameType {
enum
{
Unknown = -1,
- Survival = 0,
+ Survival,
Creative,
Adventure,
Spectator