Strip timestamp from diffs
This commit is contained in:
parent
8b9dbeabd8
commit
9ad05e85eb
@ -1,5 +1,5 @@
|
||||
--- a/net/minecraft/command/Commands.java 2019-05-23 14:43:25 -0700
|
||||
+++ b/net/minecraft/command/Commands.java 2019-05-26 17:14:30 -0700
|
||||
--- a/net/minecraft/command/Commands.java
|
||||
+++ b/net/minecraft/command/Commands.java
|
||||
@@ -90,6 +90,9 @@
|
||||
import net.minecraft.util.text.event.HoverEvent;
|
||||
import org.apache.logging.log4j.LogManager;
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- a/net/minecraft/command/impl/GameModeCommand.java 2019-05-23 14:43:22 -0700
|
||||
+++ b/net/minecraft/command/impl/GameModeCommand.java 2019-05-26 14:13:25 -0700
|
||||
--- a/net/minecraft/command/impl/GameModeCommand.java
|
||||
+++ b/net/minecraft/command/impl/GameModeCommand.java
|
||||
@@ -48,6 +48,10 @@
|
||||
|
||||
private static int func_198484_a(CommandContext<CommandSource> p_198484_0_, Collection<ServerPlayerEntity> p_198484_1_, GameType p_198484_2_) {
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- a/net/minecraft/server/MinecraftServer.java 2019-05-23 14:43:21 -0700
|
||||
+++ b/net/minecraft/server/MinecraftServer.java 2019-05-26 14:37:21 -0700
|
||||
--- a/net/minecraft/server/MinecraftServer.java
|
||||
+++ b/net/minecraft/server/MinecraftServer.java
|
||||
@@ -121,6 +121,7 @@
|
||||
import org.apache.commons.lang3.Validate;
|
||||
import org.apache.logging.log4j.LogManager;
|
||||
@ -21,7 +21,7 @@
|
||||
dedicatedserver.func_213208_c(optionset.valueOf(optionspec11));
|
||||
boolean flag = !optionset.has(optionspec) && !optionset.valuesOf(optionspec12).contains("nogui");
|
||||
- if (flag && !GraphicsEnvironment.isHeadless()) {
|
||||
+ Config.loadConfig(); //Patched
|
||||
+ Config.loadConfig(); //Patched
|
||||
+ if (flag && !GraphicsEnvironment.isHeadless() && false) { //Patched
|
||||
dedicatedserver.func_120011_ar();
|
||||
}
|
||||
|
Reference in New Issue
Block a user