mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-07 04:00:46 +00:00
Cleanup
This commit is contained in:
parent
4b0bd813aa
commit
29f02d187f
3 changed files with 1 additions and 5 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,7 +1,3 @@
|
||||||
# Logs
|
|
||||||
logs
|
|
||||||
*.log
|
|
||||||
|
|
||||||
# Runtime data
|
# Runtime data
|
||||||
pids
|
pids
|
||||||
*.pid
|
*.pid
|
||||||
|
|
|
||||||
2
app.js
2
app.js
|
|
@ -1,6 +1,6 @@
|
||||||
var mc = require('minecraft-protocol');
|
var mc = require('minecraft-protocol');
|
||||||
var states = mc.states;
|
var states = mc.states;
|
||||||
var World = require('./world');
|
var World = require('./world/world');
|
||||||
var fs = require('fs');
|
var fs = require('fs');
|
||||||
var timeStarted = Math.floor(new Date() / 1000).toString();
|
var timeStarted = Math.floor(new Date() / 1000).toString();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue