Perks handling

This commit is contained in:
ZioPao
2023-11-09 11:15:04 +01:00
parent 9095d11f41
commit 99ce9bacda
6 changed files with 82 additions and 27 deletions

View File

@@ -9,7 +9,6 @@ local AmputationHandler = require("Handlers/TOC_AmputationHandler")
TestFramework.registerTestModule("Functionality", "PlayerHandler", function()
local Tests = {}
function Tests.InitializePlayer()
-- TODO This breaks the Test Framework mod for some reason.
local pl = getPlayer()
PlayerHandler.InitializePlayer(_, pl, true)
end