Skip to content

Commit

Permalink
Adjust Default Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Deaod committed Mar 20, 2021
1 parent d2e4b03 commit 002ec1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Classes/PureAutoPause.uc
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ function Unpause()

defaultproperties
{
PauseTotalTime=300
pausetime=60
PauseTotalTime=600
pausetime=300
bAlwaysTick=True
}
4 changes: 2 additions & 2 deletions Classes/UTPure.uc
Original file line number Diff line number Diff line change
Expand Up @@ -1410,11 +1410,11 @@ defaultproperties
ShowTouchedPackage=False
bRestrictTrading=True
MaxTradeTimeMargin=0.1
TradePingMargin=0.5
TradePingMargin=0.0
KillCamDelay=0.0
KillCamDuration=2.0
bJumpingPreservesMomentum=False
bEnableSingleButtonDodge=True
bEnableSingleButtonDodge=False
bUseFlipAnimation=True
bEnableWallDodging=False
bDodgePreserveZMomentum=False
Expand Down

0 comments on commit 002ec1e

Please sign in to comment.