diff options
Diffstat (limited to 'server-beta/locale/en-US')
-rw-r--r-- | server-beta/locale/en-US/libs/@lua/debug.lni | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server-beta/locale/en-US/libs/@lua/debug.lni b/server-beta/locale/en-US/libs/@lua/debug.lni index 44d5317f..97ecd97d 100644 --- a/server-beta/locale/en-US/libs/@lua/debug.lni +++ b/server-beta/locale/en-US/libs/@lua/debug.lni @@ -94,7 +94,7 @@ to the userdata `u` plus a boolean, `false` if the userdata does not have that value. ]] -[setCstacklimit] +[setcstacklimit] description = [[ Sets a new limit for the C stack. This limit controls how deeply nested calls can go in Lua, with the intent of avoiding a stack overflow. |