Fix 3000 errors
This commit is contained in:
@@ -95,7 +95,7 @@ namespace Content.IntegrationTests.Tests.Damageable
|
||||
|
||||
sEntityManager.EventBus.SubscribeLocalEvent<DamageableComponent, DamageChangedEvent>(DamageChangedListener);
|
||||
|
||||
IEntity sDamageableEntity = null;
|
||||
EntityUid sDamageableEntity = default;
|
||||
DamageableComponent sDamageableComponent = null;
|
||||
DamageableSystem sDamageableSystem = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user