Fix CFI generation

This commit is contained in:
Jesse Boyd
2019-11-08 22:30:39 +00:00
parent 26f073faa2
commit d61dac5aa5
10 changed files with 106 additions and 107 deletions

View File

@@ -56,6 +56,7 @@ public class PlayerProxy extends AbstractPlayerActor {
}
public PlayerProxy(Player basePlayer, Actor permActor, Actor cuiActor, World world) {
super(basePlayer.getRawMeta());
checkNotNull(basePlayer);
checkNotNull(permActor);
checkNotNull(cuiActor);