Skip to content

Commit

Permalink
Update script.min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzCrazyChace authored Nov 24, 2023
1 parent 0c2ec56 commit a40e03c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/www/js/script.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ function errorFatal() {
socket.on("alert", function (a) {
alert(a);
}),
socket.on("serverdata", a=>{
$("#memcount").html("Member Count: "+a.count)
}),
socket.on("asshole", function (a) {
var b = bonzis[a.guid];
b.cancel(), b.asshole(a.target);
Expand Down

0 comments on commit a40e03c

Please sign in to comment.