This commit is contained in:
mhsjlw 2015-08-24 09:08:11 -04:00
parent 4b0bd813aa
commit 29f02d187f
3 changed files with 1 additions and 5 deletions

4
.gitignore vendored
View file

@ -1,7 +1,3 @@
# Logs
logs
*.log
# Runtime data
pids
*.pid

2
app.js
View file

@ -1,6 +1,6 @@
var mc = require('minecraft-protocol');
var states = mc.states;
var World = require('./world');
var World = require('./world/world');
var fs = require('fs');
var timeStarted = Math.floor(new Date() / 1000).toString();