GPCM: Remove extra newline in kick message

This commit is contained in:
Palapeli 2026-04-06 02:19:31 -04:00
parent e81702060e
commit 25e0d2c38d
No known key found for this signature in database
GPG Key ID: 1FFE8F556A474925

View File

@ -308,10 +308,11 @@ var (
ErrorCode: 22002,
MessageRMC: map[byte]string{
LangEnglish: "" +
"You have been kicked from WiiLink WFC.\n" +
"You have been kicked from\n" +
"WiiLink WFC by a moderator.\n" +
"Reason: %[3]s\n" +
"Error Code: %[1]d\n" +
"Support Info: NG%08[2]x\n",
"Support Info: NG%08[2]x",
},
}