Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Phantomat0 committed Dec 31, 2022
2 parents cc600ca + 34c9e34 commit 3e78387
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions dist/hfl-13.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
var t = "[HFL] Season 13 League Game",
RX = "trash3",
// Remove the "//" before PASSWORD to enable a password
// PASSWORD = "trash3",
MAX_PLAYERS = 15,
redScore = 0,
blueScore = 0,
redName = "Red: ",
Expand All @@ -16,7 +18,6 @@ var t = "[HFL] Season 13 League Game",
delay = 0,
playDead = 0,
n = !0,
e = 15,
ballAvatar = String.fromCodePoint(127944),
r = ballAvatar + " " + t + " " + ballAvatar,
o = "HFL Ref",
Expand Down Expand Up @@ -151,10 +152,10 @@ var K, Y, j, _, X, Z, q, z, V, J, $, tt, nt, et = new Date,
intTackle = 0,
intTime = 0,
pn = HBInit({
password: RX,
password: PASSWORD,
roomName: r,
maxPlayers: e,
public: false,
maxPlayers: MAX_PLAYERS,
public: true,
playerName: o,
geo: {
code: "US",
Expand Down

0 comments on commit 3e78387

Please # to comment.