Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 6588265

Browse files
committed
Merge 'remotes/trunk'
2 parents 7faf17e + ee7f489 commit 6588265

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed

binaries/data/mods/public/gui/gamesettings/attributes/MatchID.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ GameSettings.prototype.Attributes.MatchID = class MatchID extends GameSetting
22
{
33
init()
44
{
5-
this.matchID = Engine.GetMatchID();
5+
this.matchID = 0;
66
}
77

88
toInitAttributes(attribs)
@@ -15,4 +15,9 @@ GameSettings.prototype.Attributes.MatchID = class MatchID extends GameSetting
1515
if (attribs.matchID !== undefined)
1616
this.matchID = attribs.matchID;
1717
}
18+
19+
pickRandomItems()
20+
{
21+
this.matchID = Engine.GetMatchID();
22+
}
1823
};

binaries/system/glooxwrapper.dll

0 Bytes
Binary file not shown.

binaries/system/glooxwrapper.pdb

0 Bytes
Binary file not shown.

binaries/system/glooxwrapper_dbg.dll

0 Bytes
Binary file not shown.

binaries/system/glooxwrapper_dbg.pdb

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)