More bug fixes

This commit is contained in:
Tercio Jose
2022-10-12 18:37:00 -03:00
parent 69899679e7
commit 6243a32740
90 changed files with 5200 additions and 5212 deletions
+2 -2
View File
@@ -250,7 +250,7 @@ local common_events = {
return
end
local okay, errortext = pcall (func, event, ...)
local okay, errortext = pcall(func, event, ...)
if (not okay) then
--trigger an error msg
@@ -272,7 +272,7 @@ local common_events = {
return
end
local okay, errortext = pcall (func, context, event, ...)
local okay, errortext = pcall(func, context, event, ...)
if (not okay) then
--attempt to get the context name