mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Typo fixes
This commit is contained in:
@ -222,7 +222,7 @@ public class WorldEditPlugin extends JavaPlugin {
|
||||
public boolean onCommand(CommandSender sender, Command cmd,
|
||||
String commandLabel, String[] args) {
|
||||
// Since WorldEdit is primarily made for use in-game, we're going
|
||||
// to ignore the situation where the command sender is not aplayer.
|
||||
// to ignore the situation where the command sender is not a player.
|
||||
if (!(sender instanceof Player)) {
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user