Bandaid pullcontroller (#7176)

This commit is contained in:
metalgearsloth
2022-03-19 14:18:43 +11:00
committed by GitHub
parent 2e857824bc
commit e630deafe1
3 changed files with 19 additions and 4 deletions

View File

@@ -135,8 +135,8 @@ namespace Content.Shared.Pulling
RaiseLocalEvent(pullable.Owner, message);
// Networking
puller.Dirty();
pullable.Dirty();
Dirty(puller);
Dirty(pullable);
}
}