You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ConfigGUI/KeywordPicker.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ public sealed partial class KeywordPicker : Form {
14
14
newKeywordInfo("{PLAYERS}","Number of players online","Note that hidden players will not be included in this number."),
15
15
newKeywordInfo("{WORLDS}","Number of worlds","Number of worlds accessible by the player. Does not count hidden worlds."),
16
16
newKeywordInfo("{MOTD}","MOTD","Message-of-the-day (server subtitle), as specified in config."),
17
-
newKeywordInfo("{VERSION}","ProCraft version","Version of fCraft that this server is running."),
17
+
newKeywordInfo("{VERSION}","ProCraft version","Version of ProCraft that this server is running."),
18
18
newKeywordInfo("{PLAYER_LIST}","Player list","List of names of all online players that this player can see, including prefixes and colors (if applicable).")
0 commit comments