mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Implemented the player portion of the new actor system.
This commit is contained in:
@@ -186,7 +186,7 @@ namespace FFXIVClassic_Map_Server
|
||||
return luaParams;
|
||||
}
|
||||
|
||||
public static List<LuaParam> createLuaParamList(object[] list)
|
||||
public static List<LuaParam> createLuaParamList(params object[] list)
|
||||
{
|
||||
List<LuaParam> luaParams = new List<LuaParam>();
|
||||
|
||||
@@ -218,7 +218,7 @@ namespace FFXIVClassic_Map_Server
|
||||
}
|
||||
|
||||
return luaParams;
|
||||
}
|
||||
}
|
||||
|
||||
public static object[] createLuaParamObjectList(List <LuaParam> luaParams)
|
||||
{
|
||||
|
Reference in New Issue
Block a user