more cleaning
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -57,7 +57,6 @@ function ISUninstallProsthesis:perform()
|
||||
else
|
||||
TheOnlyCure.UnequipProsthesis(self.part_name, self.item)
|
||||
end
|
||||
self.character:transmitModData()
|
||||
|
||||
|
||||
ISBaseTimedAction.perform(self)
|
||||
|
||||
Reference in New Issue
Block a user