You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
437 B
17 lines
437 B
10 years ago
|
--- ../src-base/minecraft/org/bukkit/GameMode.java
|
||
|
+++ ../src-work/minecraft/org/bukkit/GameMode.java
|
||
|
@@ -11,7 +11,13 @@
|
||
|
* have
|
||
|
*/
|
||
|
public enum GameMode {
|
||
|
+ // Cauldron start - FakePlayers do not set their gametype and use the default
|
||
|
/**
|
||
|
+ * Default mode
|
||
|
+ */
|
||
|
+ NOT_SET(-1),
|
||
|
+ // Cauldron end
|
||
|
+ /**
|
||
|
* Creative mode may fly, build instantly, become invulnerable and create
|
||
|
* free items.
|
||
|
*/
|