Fixing healing mechanisms

This commit is contained in:
ZioPao
2023-11-16 01:42:56 +01:00
parent 26f7867320
commit 9a4d07900c
4 changed files with 70 additions and 11 deletions

View File

@@ -7,6 +7,4 @@ function CommonMethods.GetSide(name)
if string.find(name, "_L") then return "L" else return "R" end
end
return CommonMethods