fix string.replace

This commit is contained in:
MihailRis
2024-10-29 21:06:49 +03:00
parent a78315b39c
commit 44fd5416a9
2 changed files with 6 additions and 3 deletions
+3 -1
View File
@@ -9,7 +9,9 @@ function sleep(timesec)
end
end
-- events
------------------------------------------------
------------------- Events ---------------------
------------------------------------------------
events = {
handlers = {}
}