more cleaning

This commit is contained in:
Pao
2023-01-23 01:15:11 +01:00
parent b7effc0d62
commit 5770b8a488
9 changed files with 10 additions and 45 deletions

View File

@@ -58,7 +58,6 @@ function ISInstallProsthesis:perform()
TheOnlyCure.EquipProsthesis(self.part_name, prosthesis_base_name)
end
self.character:transmitModData()
-- needed to remove from queue / start next.
ISBaseTimedAction.perform(self)

View File

@@ -57,7 +57,6 @@ function ISUninstallProsthesis:perform()
else
TheOnlyCure.UnequipProsthesis(self.part_name, self.item)
end
self.character:transmitModData()
ISBaseTimedAction.perform(self)