Fix package of ComputerCraft

This commit is contained in:
apemanzilla
2018-03-29 17:31:01 -04:00
parent f745e01464
commit b10b9e9d75
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
package src.cc;
package cc;
@:native("_G")
extern class ComputerCraft {