fix: relayed amputations

This commit is contained in:
ZioPao
2026-01-31 17:32:28 +01:00
parent 1d21c0d51c
commit bd532dc013
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ local ClientRelayCommands = {}
local function InitAmputationHandler(limbName, surgeonNum)
-- TODO Pretty unclean
local surgeonPl = getSpecificPlayer(surgeonNum)
local surgeonPl = getSpecificPlayer(surgeonNum) -- fix broken, getOnlineID not working anymore
local handler = AmputationHandler:new(limbName, surgeonPl)
return handler
end