mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Set freeform objectives as the default option, but for real this time.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
/datum/migration/sqlite/ss13_prefs/_021/up()
|
||||
if(!hasColumn("client","antag_objectives"))
|
||||
return execute("ALTER TABLE `client` ADD COLUMN antag_objectives INTEGER DEFAULT 1")
|
||||
return execute("ALTER TABLE `client` ADD COLUMN antag_objectives INTEGER DEFAULT 0")
|
||||
return TRUE
|
||||
|
||||
/datum/migration/sqlite/ss13_prefs/_021/down()
|
||||
|
||||
Reference in New Issue
Block a user