Merge remote-tracking branch 'upstream/master' into ups

This commit is contained in:
Jabak
2024-08-13 22:18:51 +03:00
28 changed files with 32303 additions and 31023 deletions

View File

@@ -132,7 +132,7 @@ public sealed class ChargeActionSystem : SharedChargingSystem
{
if (_chargeLevel > 0 && _charging)
{
RaiseNetworkEvent(new AddWizardChargeEvent(action.ChargeProto));
RaiseNetworkEvent(new AddWizardChargeEvent(GetNetEntity(actionId)));
}
_prevChargeLevel = _chargeLevel;
}