diff options
Diffstat (limited to 'script-beta/pub/report.lua')
-rw-r--r-- | script-beta/pub/report.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script-beta/pub/report.lua b/script-beta/pub/report.lua index 34f58277..66f3fca8 100644 --- a/script-beta/pub/report.lua +++ b/script-beta/pub/report.lua @@ -11,7 +11,7 @@ end) pub.on('proto', function (params) local proto = require 'proto' - await.create(function () + await.call(function () if params.method then proto.doMethod(params) else |