diff --git a/src/index.js b/src/index.js index 9ec2c9d..3effc34 100644 --- a/src/index.js +++ b/src/index.js @@ -16,8 +16,6 @@ import CFG from "../cfg"; import World from "./models/World"; -import pngjs from "pngjs"; - import * as _api from "./api"; import * as _dump from "./dump"; import * as _http from "./http"; @@ -224,4 +222,4 @@ inherit(GameServer, _mysql_create); server.uncaughtException(data); }); -})(); \ No newline at end of file +})();