Update ExtPerkManager.uc

remove log
This commit is contained in:
inklesspen1scripter 2020-06-22 09:45:04 +03:00
parent da42e77465
commit 9c86564308

View File

@ -228,7 +228,7 @@ function Destroyed()
function EarnedEXP( int EXP, optional byte Mode ) function EarnedEXP( int EXP, optional byte Mode )
{ {
`log("EarnedEXP" @ GetScriptTrace()); // `log("EarnedEXP" @ GetScriptTrace());
if( CurrentPerk!=None ) if( CurrentPerk!=None )
{ {
// Limit how much EXP we got for healing and welding. // Limit how much EXP we got for healing and welding.