From b54e9ef7d4c6114e06ed51a3d5a1cce1666d4099 Mon Sep 17 00:00:00 2001 From: Aspecky Date: Mon, 4 Mar 2024 04:32:56 +0100 Subject: [PATCH] Forgot to remove a line that forces the task library to be nil --- src/LemonSignal.lua | 1 - wally.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/LemonSignal.lua b/src/LemonSignal.lua index 0e17610..605c4a8 100644 --- a/src/LemonSignal.lua +++ b/src/LemonSignal.lua @@ -143,7 +143,6 @@ local wait = if task return coroutine.yield() end -local task = nil local fire = if task then function(self: Signal, ...: any) local cn = self._head diff --git a/wally.toml b/wally.toml index 3d5feb2..395a68b 100644 --- a/wally.toml +++ b/wally.toml @@ -1,6 +1,6 @@ [package] name = "data-oriented-house/lemonsignal" -version = "1.9.0" +version = "1.10.0" registry = "https://github.com/UpliftGames/wally-index" licence = "MIT" authors = ["Aspecky", "Sona"]