Browse Source

Rename restart callback return name;

bjorn 4 years ago
parent
commit
9473e18702
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/lovr/callbacks/restart.lua

+ 1 - 1
api/lovr/callbacks/restart.lua

@@ -11,7 +11,7 @@ return {
   returns = {
     {
       type = '*',
-      name = 'abort',
+      name = 'cookie',
       description = 'The value to send to the next `lovr.load`.'
     }
   },