From c87592a9cf4ff5654cd0d58960c2bec945baa14b Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 6 Aug 2017 15:52:52 +0200 Subject: [PATCH] Fix typo in examples.lua --- examples.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples.lua b/examples.lua index 93c4980..0f5e35e 100644 --- a/examples.lua +++ b/examples.lua @@ -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,