mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-19 14:31:17 +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
|
||||
pids
|
||||
*.pid
|
||||
|
|
|
|||
2
app.js
2
app.js
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue