Files
Uggla db0a862ff8 Introduce mikeyh lobby modifications
- Modification available from here :
  https://forums.uberent.com/threads/wip-dedicated-servers.65077/page-6#post-1124347
- The updates are introduced using patch mechanism.
2016-02-07 16:59:14 +01:00

8 lines
257 B
Sed

# 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 \