Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanger committed Apr 16, 2023
1 parent d40542b commit 46f0fe8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion json/site_info.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"modes":[{"mapName":"main","teamMode":1}],"pops":{"sa":"< 25 players","kr":"< 25 players","na":"< 25 players","eu":"< 25 players"},"youtube":{"name":"123OP","link":"https://www.youtube.com/watch?v=p0Grq5r84-Q"},"twitch":[],"promptConsent":false,"country":"XX","customModes":[{"mapName":"main","teamMode":1},{"mapName":"woods","teamMode":1},{"mapName":"potato","teamMode":1},{"mapName":"desert","teamMode":1},{"mapName":"savannah","teamMode":1},{"mapName":"snow","teamMode":1},{"mapName":"st_patrick","teamMode":1},{"mapName":"main","teamMode":2},{"mapName":"woods","teamMode":2},{"mapName":"potato","teamMode":2},{"mapName":"desert","teamMode":2},{"mapName":"savannah","teamMode":2},{"mapName":"snow","teamMode":2},{"mapName":"st_patrick","teamMode":2},{"mapName":"main","teamMode":4},{"mapName":"woods","teamMode":4},{"mapName":"potato","teamMode":4},{"mapName":"desert","teamMode":4},{"mapName":"savannah","teamMode":4},{"mapName":"snow","teamMode":4},{"mapName":"st_patrick","teamMode":4}]}
{"modes":[{"mapName":"main","teamMode":1}],"pops":{},"youtube":{"name":"123OP","link":"https://www.youtube.com/watch?v=p0Grq5r84-Q"},"twitch":[],"promptConsent":false,"country":"XX","customModes":[{"mapName":"main","teamMode":1},{"mapName":"woods","teamMode":1},{"mapName":"potato","teamMode":1},{"mapName":"desert","teamMode":1},{"mapName":"savannah","teamMode":1},{"mapName":"snow","teamMode":1},{"mapName":"st_patrick","teamMode":1},{"mapName":"main","teamMode":2},{"mapName":"woods","teamMode":2},{"mapName":"potato","teamMode":2},{"mapName":"desert","teamMode":2},{"mapName":"savannah","teamMode":2},{"mapName":"snow","teamMode":2},{"mapName":"st_patrick","teamMode":2},{"mapName":"main","teamMode":4},{"mapName":"woods","teamMode":4},{"mapName":"potato","teamMode":4},{"mapName":"desert","teamMode":4},{"mapName":"savannah","teamMode":4},{"mapName":"snow","teamMode":4},{"mapName":"st_patrick","teamMode":4}]}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "survivreloaded",
"version": "0.6.0",
"version": "0.6.1",
"description": "A community-made resurrection of the defunct online game surviv.io.",
"main": "dist/server.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ setInterval(() => {
}, 10000);

// Start the servers
log("Surviv Reloaded v0.6.0");
log("Surviv Reloaded v0.6.1");
app.listen(Config.host, Config.port, () => {
// noinspection HttpUrlsUsage
log(`HTTP server listening on ${Config.host}:${Config.port}`);
Expand Down

0 comments on commit 46f0fe8

Please sign in to comment.