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

Commit

Permalink
Merge 'remotes/trunk'
Browse files Browse the repository at this point in the history
  • Loading branch information
na-Itms committed Aug 26, 2021
2 parents 7faf17e + ee7f489 commit 6588265
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GameSettings.prototype.Attributes.MatchID = class MatchID extends GameSetting
{
init()
{
this.matchID = Engine.GetMatchID();
this.matchID = 0;
}

toInitAttributes(attribs)
Expand All @@ -15,4 +15,9 @@ GameSettings.prototype.Attributes.MatchID = class MatchID extends GameSetting
if (attribs.matchID !== undefined)
this.matchID = attribs.matchID;
}

pickRandomItems()
{
this.matchID = Engine.GetMatchID();
}
};
Binary file modified binaries/system/glooxwrapper.dll
Binary file not shown.
Binary file modified binaries/system/glooxwrapper.pdb
Binary file not shown.
Binary file modified binaries/system/glooxwrapper_dbg.dll
Binary file not shown.
Binary file modified binaries/system/glooxwrapper_dbg.pdb
Binary file not shown.

0 comments on commit 6588265

Please sign in to comment.