Aspect fix (#411)
* Aspect fixes * Update NonPeacefulRoundItems * Add PresentAspect * Fix * Fix late join * Change color
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user