Added modchecker and modified how sound is handled

This commit is contained in:
Pao
2023-03-01 15:24:03 +01:00
parent 515788dc24
commit d2f5c05d10
7 changed files with 56 additions and 16 deletions

View File

@@ -28,7 +28,7 @@ end
ClientCommands.AskStopAmputationSound = function(_, args)
print("JCIO: We're in AskStopAmputationSound")
sendServerCommand("JCIO", "StopAmputationSound", {surgeon_id = args.surgeon_id})
sendServerCommand("JCIO", "StopAmputationSound", {surgeon_id = args.surgeonID})
end