Commit 8fbce83e authored by nanahira's avatar nanahira

fix

parent 091474c6
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
var push_data = { var push_data = {
username: client.name, username: client.name,
position: client.pos position: client.pos
}, };
if (settings.modules.http.show_ip) { if (settings.modules.http.show_ip) {
push_data.username = client.name + " (" + client.ip + ")"; push_data.username = client.name + " (" + client.ip + ")";
} }
......
...@@ -2361,7 +2361,7 @@ ...@@ -2361,7 +2361,7 @@
var push_data = { var push_data = {
username: client.name, username: client.name,
position: client.pos position: client.pos
}, };
if (settings.modules.tournament_mode.show_ip) { if (settings.modules.tournament_mode.show_ip) {
push_data.username = client.name + " (" + client.ip + ")"; push_data.username = client.name + " (" + client.ip + ")";
} }
......
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