Bugfix - Issue #176

- Removed "pngjs"
This commit is contained in:
Cronick
2016-09-13 20:08:58 +02:00
committed by GitHub
parent 8604b50cd6
commit e4a3a6cd85

View File

@@ -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);
});
})();
})();