Aspect fix (#411)

* Aspect fixes

* Update NonPeacefulRoundItems

* Add PresentAspect

* Fix

* Fix late join

* Change color
This commit is contained in:
Aviu00
2023-09-18 22:52:46 +09:00
committed by Aviu00
parent 4e4dc415bd
commit 2fce4b822b
11 changed files with 134 additions and 17 deletions

View File

@@ -258,7 +258,7 @@ public abstract partial class SharedBuckleSystem
/// <summary>
/// Remove everything attached to the strap
/// </summary>
private void StrapRemoveAll(StrapComponent strapComp)
public void StrapRemoveAll(StrapComponent strapComp) // WD EDIT
{
foreach (var entity in strapComp.BuckledEntities.ToArray())
{