mirror of
https://github.com/aikar/commands.git
synced 2026-05-31 06:11:55 +00:00
Miscellaneous grammar improvements
This commit is contained in:
@@ -107,7 +107,7 @@ public class VelocityCommandManager extends
|
||||
return;
|
||||
}
|
||||
|
||||
//This can be null if we didn't received a settings packet
|
||||
//This can be null if we didn't receive a settings packet
|
||||
Locale locale = player.getPlayerSettings().getLocale();
|
||||
if (locale != null) {
|
||||
setIssuerLocale(player, player.getPlayerSettings().getLocale());
|
||||
|
||||
Reference in New Issue
Block a user