Commit 97ac0c55 authored by Andrei Mihu's avatar Andrei Mihu
Browse files

Update runtime run once example.

parent fb8779ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ local nk = require("nakama")
--]]

nk.run_once(function(context)
  assert(context.ExecutionMode, "run_once")
  assert(context.execution_mode, "run_once")
end)

nk.run_once(function(context)