Initial commit (Forge 1291).
This commit is contained in:
16
patches/org/bukkit/GameMode.java.patch
Normal file
16
patches/org/bukkit/GameMode.java.patch
Normal file
@ -0,0 +1,16 @@
|
||||
--- ../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.
|
||||
*/
|
Reference in New Issue
Block a user