This commit is contained in:
yogurt 2017-12-08 02:08:13 -06:00
commit 205d3619d6
49 changed files with 118 additions and 491 deletions

View file

@ -259,7 +259,7 @@ namespace FFXIVClassic_Map_Server.lua
return -1;
}
private static string GetScriptPath(Actor target)
public static string GetScriptPath(Actor target)
{
if (target is Player)
{