mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
Some fixes and missing scripts.
This commit is contained in:
parent
372d50d7eb
commit
546908acde
12 changed files with 90 additions and 5 deletions
|
@ -427,7 +427,7 @@ namespace FFXIVClassic_Map_Server.lua
|
|||
public static void RunGMCommand(Player player, String cmd, string[] param, bool help = false)
|
||||
{
|
||||
bool playerNull = player == null;
|
||||
if (playerNull && param.Length >= 2)
|
||||
if (playerNull && param.Length >= 3)
|
||||
player = Server.GetWorldManager().GetPCInWorld(param[1] + " " + param[2]);
|
||||
|
||||
// load from scripts/commands/gm/ directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue