mirror of
https://github.com/MrOkiDoki/BattleBit-Community-Server-API.git
synced 2025-01-09 11:17:30 -03:00
Default modifications fixed.
This commit is contained in:
parent
c8eded7779
commit
5d3443ae74
2 changed files with 4 additions and 4 deletions
|
@ -380,7 +380,7 @@ namespace BattleBitAPI.Server
|
||||||
public bool CanSuicide = true;
|
public bool CanSuicide = true;
|
||||||
public float MinDamageToStartBleeding = 10f;
|
public float MinDamageToStartBleeding = 10f;
|
||||||
public float MinHpToStartBleeding = 40f;
|
public float MinHpToStartBleeding = 40f;
|
||||||
public float HPperBandage = 40f;
|
public float HPperBandage = 50f;
|
||||||
public bool StaminaEnabled = false;
|
public bool StaminaEnabled = false;
|
||||||
public bool HitMarkersEnabled = true;
|
public bool HitMarkersEnabled = true;
|
||||||
public bool FriendlyHUDEnabled = true;
|
public bool FriendlyHUDEnabled = true;
|
||||||
|
@ -482,11 +482,11 @@ namespace BattleBitAPI.Server
|
||||||
this.CanSpectate = true;
|
this.CanSpectate = true;
|
||||||
this.IsTextChatMuted = false;
|
this.IsTextChatMuted = false;
|
||||||
this.IsVoiceChatMuted = false;
|
this.IsVoiceChatMuted = false;
|
||||||
this.RespawnTime = 10f;
|
this.RespawnTime = 5f;
|
||||||
this.CanSuicide = true;
|
this.CanSuicide = true;
|
||||||
this.MinDamageToStartBleeding = 10f;
|
this.MinDamageToStartBleeding = 10f;
|
||||||
this.MinHpToStartBleeding = 40f;
|
this.MinHpToStartBleeding = 40f;
|
||||||
this.HPperBandage = 40f;
|
this.HPperBandage = 50f;
|
||||||
this.StaminaEnabled = false;
|
this.StaminaEnabled = false;
|
||||||
this.HitMarkersEnabled = true;
|
this.HitMarkersEnabled = true;
|
||||||
this.FriendlyHUDEnabled = true;
|
this.FriendlyHUDEnabled = true;
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<PackageProjectUrl>https://github.com/MrOkiDoki/BattleBit-Community-Server-API</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/MrOkiDoki/BattleBit-Community-Server-API</PackageProjectUrl>
|
||||||
<RepositoryUrl>https://github.com/MrOkiDoki/BattleBit-Community-Server-API</RepositoryUrl>
|
<RepositoryUrl>https://github.com/MrOkiDoki/BattleBit-Community-Server-API</RepositoryUrl>
|
||||||
<PackageTags>BattleBit</PackageTags>
|
<PackageTags>BattleBit</PackageTags>
|
||||||
<Version>1.0.8</Version>
|
<Version>1.0.8.1</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
Loading…
Reference in a new issue