Miscellaneous grammar improvements

This commit is contained in:
chickeneer
2021-12-21 20:46:53 -06:00
parent 3295b82df6
commit 4d3b0192fc
10 changed files with 80 additions and 51 deletions
@@ -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());