Skip to content

Commit 4a8341a

Browse files
committed
Fix typo
1 parent 17cd6b6 commit 4a8341a

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/therandomlabs/randompatches/integration

1 file changed

+1
-1
lines changed

src/main/java/com/therandomlabs/randompatches/integration/RPIConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public static final class Client {
1717
public static final class Misc {
1818
@Config.LangKey("rpintegration.config.misc.morpheusSetSpawnMessage")
1919
@Config.Comment(RPIStaticConfig.Comments.MORPHEUS_SET_SPAWN_MESSAGE)
20-
public String morpheusSetSpawnMessagePatch =
20+
public String morpheusSetSpawnMessage =
2121
RPIStaticConfig.Defaults.MORPHEUS_SET_SPAWN_MESSAGE;
2222

2323
@Config.RequiresWorldRestart

0 commit comments

Comments
 (0)