diff --git a/code/datums/action.dm b/code/datums/action.dm index 63de6b19e3..bd18d646e2 100644 --- a/code/datums/action.dm +++ b/code/datums/action.dm @@ -40,6 +40,7 @@ if(owner) if(owner == M) return + Remove(owner) owner = M M.actions += src if(M.client)