Massive update

This commit is contained in:
Uggla
2015-05-08 17:42:03 +02:00
parent 3a01e2531e
commit a691d78510
6 changed files with 51 additions and 5 deletions
+11
View File
@@ -0,0 +1,11 @@
# Insert function
/^var getAIName/ i setInterval(function() {
/^var getAIName/ i if (server.beacon) {
/^var getAIName/ i console.log("<BACON>"+JSON.stringify(server.beacon)+"</BACON>");
/^var getAIName/ i }
/^var getAIName/ i }, 5000);
/^var getAIName/ i \
# Update parameters
s/var MAX_PLAYERS = [0-9]\+/MAX_PLAYERS = 16/
s/var MAX_SPECTATOR = [0-9]\+/MAX_SPECTATOR = 5/