Skip to content

Commit

Permalink
Release v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wallabra committed Dec 2, 2023
1 parent cac6353 commit 49f3c17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Classes/MushBeacon.uc
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function float RateSelf(out int bUseAltMode)
BeaconBotRatingFalloff * ((MaxBeaconBotRating / BeaconBotRatingFalloff) -
VSize(Owner.Location - Pawn(Owner).Enemy.Location)));

Log("suspect dist"@VSize(Owner.Location - Pawn(Owner).Enemy.Location)@"=> beacon rating"@Score + 50);
//Log("suspect dist"@VSize(Owner.Location - Pawn(Owner).Enemy.Location)@"=> beacon rating"@Score + 50);

return Score;
}
Expand Down
4 changes: 2 additions & 2 deletions buildconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
export name="Mush Match"
export package=MushMatch
export version=1.3.4
export build=20231211
export debug=1
export build=20231212
export debug=0
export makeint=1
export incl_readme=1

Expand Down

0 comments on commit 49f3c17

Please sign in to comment.