Default modifications fixed.

This commit is contained in:
MrOkiDoki 2023-11-30 08:36:00 +03:00
parent c8eded7779
commit 5d3443ae74
2 changed files with 4 additions and 4 deletions

View File

@ -380,7 +380,7 @@ namespace BattleBitAPI.Server
public bool CanSuicide = true;
public float MinDamageToStartBleeding = 10f;
public float MinHpToStartBleeding = 40f;
public float HPperBandage = 40f;
public float HPperBandage = 50f;
public bool StaminaEnabled = false;
public bool HitMarkersEnabled = true;
public bool FriendlyHUDEnabled = true;
@ -482,11 +482,11 @@ namespace BattleBitAPI.Server
this.CanSpectate = true;
this.IsTextChatMuted = false;
this.IsVoiceChatMuted = false;
this.RespawnTime = 10f;
this.RespawnTime = 5f;
this.CanSuicide = true;
this.MinDamageToStartBleeding = 10f;
this.MinHpToStartBleeding = 40f;
this.HPperBandage = 40f;
this.HPperBandage = 50f;
this.StaminaEnabled = false;
this.HitMarkersEnabled = true;
this.FriendlyHUDEnabled = true;

View File

@ -18,7 +18,7 @@
<PackageProjectUrl>https://github.com/MrOkiDoki/BattleBit-Community-Server-API</PackageProjectUrl>
<RepositoryUrl>https://github.com/MrOkiDoki/BattleBit-Community-Server-API</RepositoryUrl>
<PackageTags>BattleBit</PackageTags>
<Version>1.0.8</Version>
<Version>1.0.8.1</Version>
</PropertyGroup>
<ItemGroup>