diff --git a/Classes/MushBeacon.uc b/Classes/MushBeacon.uc index 5467858..9cde74b 100644 --- a/Classes/MushBeacon.uc +++ b/Classes/MushBeacon.uc @@ -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; } diff --git a/buildconfig.sh b/buildconfig.sh index 5728a4a..aea9e7a 100644 --- a/buildconfig.sh +++ b/buildconfig.sh @@ -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