mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-03 04:21:37 +00:00
Clean up exception types.
This commit is contained in:
parent
aa6c6b4d48
commit
52ba151b81
16 changed files with 28 additions and 28 deletions
|
@ -49,7 +49,7 @@ public class Commandpay extends EssentialsCommand
|
|||
|
||||
if (!foundUser)
|
||||
{
|
||||
throw new NotEnoughArgumentsException(_("playerNotFound"));
|
||||
throw new PlayerNotFoundException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue