= dew placeholder wip

This commit is contained in:
Matthew Cech
2019-10-17 21:43:19 -07:00
parent 01f39aba68
commit 8cfb3b951c
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ public class DewLuaCore implements IDewLuaCore
}
@SuppressWarnings({ "null", "unchecked" })
@SuppressWarnings({ "unchecked" })
public static <T> void fromLua(T obj, String lua)
{
if(globalLuaCore == null)