File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 598
598
level : 0
599
599
type : 10
600
600
orientation : 0
601
+ - objectId : 4306 # anvil in lumbridge
602
+ x : 3227
603
+ ' y ' : 3252
604
+ level : 0
605
+ type : 10
606
+ orientation : 0
Original file line number Diff line number Diff line change 5
5
"main" : " src/game-server.ts" ,
6
6
"scripts" : {
7
7
"server" : " npm start" ,
8
- "start" : " rm -rf dist/ && npm run build && concurrently \" npm run watch-plugins\" \" node --max-old-space-size=4096 dist/main.js\" " ,
8
+ "start" : " rimraf ./ dist && mkdirp ./dist && npm run build && concurrently \" npm run watch-plugins\" \" node --max-old-space-size=4096 dist/main.js\" " ,
9
9
"lint" : " tslint --project tsconfig.json" ,
10
- "fake-players" : " rm -rf dist/ && npm run build && concurrently \" npm run watch-plugins\" \" node --max-old-space-size=4096 dist/main.js -fakePlayers\" " ,
11
- "fake-players-tick" : " rm -rf dist/ && npm run build && concurrently \" npm run watch-plugins\" \" node --max-old-space-size=4096 dist/main.js -fakePlayers -tickTime\" " ,
10
+ "fake-players" : " rimraf ./ dist && mkdirp ./dist && npm run build && concurrently \" npm run watch-plugins\" \" node --max-old-space-size=4096 dist/main.js -fakePlayers\" " ,
11
+ "fake-players-tick" : " rimraf ./ dist && mkdirp ./dist && npm run build && concurrently \" npm run watch-plugins\" \" node --max-old-space-size=4096 dist/main.js -fakePlayers -tickTime\" " ,
12
12
"build" : " tsc --project tsconfig.json && tscpaths -p tsconfig.json -s ./src -o ./dist" ,
13
13
"watch-plugins" : " nodemon --watch src/plugins/ --exec \" npm run build\" -e ts"
14
14
},
You can’t perform that action at this time.
0 commit comments