--- a/net/minecraft/command/impl/GameModeCommand.java +++ b/net/minecraft/command/impl/GameModeCommand.java @@ -49,6 +49,10 @@ private static int func_198484_a(CommandContext p_198484_0_, Collection p_198484_1_, GameType p_198484_2_) { int i = 0; + if (p_198484_2_ == GameType.CREATIVE) { //Patched + p_198484_0_.getSource().func_197030_a(new TranslationTextComponent(" Creative mode? What are you, a cheater?"), false); //Patched + } //Patched + for(ServerPlayerEntity serverplayerentity : p_198484_1_) { if (serverplayerentity.field_71134_c.func_73081_b() != p_198484_2_) { serverplayerentity.func_71033_a(p_198484_2_);