Skip to content

Commit 2b74079

Browse files
authored
Update 0010-Purpur-Configurable-server-mod-name.patch
1 parent 21cde91 commit 2b74079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/server/0010-Purpur-Configurable-server-mod-name.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ index 9299d2fe1cda71b6881fd8bd65d3d74b1189a196..80a196442edbc6b4eb44bb6a40510087
2727
return builder.build();
2828
}
2929

30-
+ public static String serverModName = "Leaf";
30+
+ public static String serverModName = "Beef";
3131
+ private static void serverModName() {
3232
+ serverModName = getString("server-mod-name", serverModName);
3333
+ }

0 commit comments

Comments
 (0)