Fix typo in examples.lua

master
Wuzzy 2017-08-06 15:52:52 +02:00
parent 0f02d5e54b
commit c87592a9cf
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ playereffects.register_effect_type("slowregen", "Slow Regeneration", "heart.png"
)
-- Dummy effect for the stree test
-- Dummy effect for the stress test
playereffects.register_effect_type("stress", "Stress Test Effect", nil, {},
function(player)
end,