mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 06:24:38 +02:00
stubbed some more stuff, forgot to pass args to function
This commit is contained in:
parent
7c08420206
commit
f4687942af
2 changed files with 23 additions and 1 deletions
|
@ -157,7 +157,7 @@ namespace FFXIVClassic_Map_Server.lua
|
|||
|
||||
if (!script.Globals.Get(functionName).IsNil())
|
||||
{
|
||||
res = script.Call(script.Globals.Get(functionName));
|
||||
res = script.Call(script.Globals.Get(functionName), args);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue