change default to open

master
shivajiva101 2018-04-18 23:46:32 +01:00 committed by GitHub
parent 8c035a8233
commit 29f1a68c20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ end
if border == "" then
-- initialise
mod_data:set_string("status", "CLOSED")
border = "CLOSED"
mod_data:set_string("status", "OPEN")
border = "OPEN"
end
if visa == "" then