Commit 3ba2993c authored by nanahira's avatar nanahira

js

parent 6dff6179
Pipeline #6621 passed with stages
in 54 minutes and 16 seconds
...@@ -2776,12 +2776,6 @@ ...@@ -2776,12 +2776,6 @@
SERVER_clear_disconnect(server); SERVER_clear_disconnect(server);
} }
}); });
<<<<<<< HEAD
if (ROOM_bad_ip[client.ip] > 5 || ROOM_connected_ip[client.ip] > 10) {
log.info('BAD IP', client.ip);
CLIENT_kick(client);
return;
}
client.playLines = function(lines) { client.playLines = function(lines) {
var j, len, line, ref, results; var j, len, line, ref, results;
ref = _.lines(lines); ref = _.lines(lines);
...@@ -2792,8 +2786,6 @@ ...@@ -2792,8 +2786,6 @@
} }
return results; return results;
}; };
=======
>>>>>>> mc
if (settings.modules.cloud_replay.enabled) { if (settings.modules.cloud_replay.enabled) {
client.open_cloud_replay = async function(replay) { client.open_cloud_replay = async function(replay) {
var buffer, e, replay_buffer; var buffer, e, replay_buffer;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment