Set freeform objectives as the default option, but for real this time.

This commit is contained in:
Shaska
2019-08-27 18:47:39 +02:00
parent 223aeed6c3
commit 7b6d0d5b35

View File

@@ -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()