capitalize a single N

i missed that lmao
This commit is contained in:
MrGazdag 2021-07-20 13:52:04 +02:00 committed by GitHub
parent 037dfc2003
commit 471838a77f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,7 @@ public class GamemodeCommand extends Command {
p.sendMessage(Component.translatable("gameMode.changed", gamemodeComponent), MessageType.SYSTEM);
//Send a message to the sender
sender.sendMessage(Component.translatable("commands.gamemode.success.other", playername, gamemodeComponent), MessageType.SYSTEM);
sender.sendMessage(Component.translatable("commands.gamemode.success.other", playerName, gamemodeComponent), MessageType.SYSTEM);
}
}
}