Archiviert
12
0
Dieser Commit ist enthalten in:
Zeanon 2021-04-13 20:03:49 +02:00
Ursprung 34925cd808
Commit 65085a8650

Datei anzeigen

@ -11,7 +11,7 @@ diff --git a/src/main/java/net/minecraft/server/JsonList.java b/src/main/java/ne
public void save() throws IOException { public void save() throws IOException {
+ //Steamwar Start + //Steamwar Start
+ if (this.c.canWrite()) { + if (!this.c.canWrite()) {
+ return; + return;
+ } + }
+ //Steamwar End Don't write to unwriteable files + //Steamwar End Don't write to unwriteable files