We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17cd6b6 commit 4a8341aCopy full SHA for 4a8341a
src/main/java/com/therandomlabs/randompatches/integration/RPIConfig.java
@@ -17,7 +17,7 @@ public static final class Client {
17
public static final class Misc {
18
@Config.LangKey("rpintegration.config.misc.morpheusSetSpawnMessage")
19
@Config.Comment(RPIStaticConfig.Comments.MORPHEUS_SET_SPAWN_MESSAGE)
20
- public String morpheusSetSpawnMessagePatch =
+ public String morpheusSetSpawnMessage =
21
RPIStaticConfig.Defaults.MORPHEUS_SET_SPAWN_MESSAGE;
22
23
@Config.RequiresWorldRestart
0 commit comments