mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-19 09:04:04 +00:00
oops
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user