mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
Checks and fixes for lua.
This commit is contained in:
parent
7c25b14640
commit
0a94840419
5 changed files with 33 additions and 10 deletions
|
@ -253,6 +253,9 @@ namespace FFXIVClassic_Map_Server
|
|||
{
|
||||
List<LuaParam> luaParams = new List<LuaParam>();
|
||||
|
||||
if (fromScript == null)
|
||||
return luaParams;
|
||||
|
||||
if (fromScript.Type == DataType.Tuple)
|
||||
{
|
||||
foreach (DynValue d in fromScript.Tuple)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue