Skip to content

Commit

Permalink
Update demo server version string (a21.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
LakeYS committed Dec 10, 2023
1 parent b53055d commit a7960e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/demoServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Client.exec = (command, callback) => {
response = "Day 1, 07:00\n6 days to next horde.";
}
else if(command === "version") {
response = "Game version: Alpha 20.6 (b9) Compatibility Version: Alpha 20.6";
response = "Game version: Alpha 21.2 (b30) Compatibility Version: Alpha 21.2";
}
else if(command === "lp") {
response = "Total of 0 in the game";
Expand Down

0 comments on commit a7960e8

Please sign in to comment.