NotEnoughKeys

NotEnoughKeys

3M Downloads

Change Api keyDescriptions String[] to String...

TheTemportalist opened this issue ยท 0 comments

commented

Instead of:

Api.registerKeys("modid", new String[]{"a","b","c"})

to

Api.registerKeys("modid", "a", "b", "c")