db0a862ff8
- Modification available from here : https://forums.uberent.com/threads/wip-dedicated-servers.65077/page-6#post-1124347 - The updates are introduced using patch mechanism.
8 lines
257 B
Sed
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 \
|