Fix lua logout script example
This commit is contained in:
parent
1a800f37da
commit
99a70d7847
@ -3,7 +3,7 @@ function logout()
|
||||
|
||||
cmd = bbs_read_char();
|
||||
|
||||
if (cmd == 10) then
|
||||
if (cmd == "n" or cmd == "N") then
|
||||
return 0;
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user