Merge pull request #178 from Cronick/patch-1

Bugfix - Issue #176
This commit is contained in:
Felix Maier
2016-09-13 20:15:33 +02:00
committed by GitHub

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