diff options
-rw-r--r-- | script-beta/pub/pub.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/script-beta/pub/pub.lua b/script-beta/pub/pub.lua index 7cb9ab6d..ad1cd749 100644 --- a/script-beta/pub/pub.lua +++ b/script-beta/pub/pub.lua @@ -51,8 +51,8 @@ function m.recruitBraves(num) package.path, package.cpath, DEVELOP, - DBGPORT, - DBGWAIT, + DBGPORT or 11412, + DBGWAIT or 'nil', (ROOT / 'debugger.lua'):string(), id )), |