mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Removes BSQL, implements RUST SQL
This commit is contained in:
@@ -707,7 +707,7 @@
|
||||
if ("address")
|
||||
sqladdress = value
|
||||
if ("port")
|
||||
sqlport = value
|
||||
sqlport = text2num(value)
|
||||
if ("database")
|
||||
sqldb = value
|
||||
if ("login")
|
||||
|
||||
Reference in New Issue
Block a user