mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-12-23 07:14:57 +00:00
oops
This commit is contained in:
parent
2e32eec3b6
commit
4d505c3025
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ public class Command_whitelist extends TFM_Command
|
|||
OfflinePlayer p;
|
||||
try
|
||||
{
|
||||
p = getPlayer(args[0]);
|
||||
p = getPlayer(args[1]);
|
||||
}
|
||||
catch(CantFindPlayerException ex)
|
||||
{
|
||||
|
@ -127,7 +127,7 @@ public class Command_whitelist extends TFM_Command
|
|||
OfflinePlayer p;
|
||||
try
|
||||
{
|
||||
p = getPlayer(args[0]);
|
||||
p = getPlayer(args[1]);
|
||||
}
|
||||
catch(CantFindPlayerException ex)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue