Revert the workaround for byond version 1537. Bump min version for travis (#15118)

* Revert "Makes code 513.1537 compliant (#15093)"

This reverts commit 5ccbbf1192.

* bump version
This commit is contained in:
Farie82
2020-12-15 13:33:41 +00:00
committed by GitHub
parent 4486ae01ec
commit 8e386fcad8
5 changed files with 5 additions and 9 deletions
@@ -15,8 +15,7 @@
return
page = newpage
if("extract")
var/error_message
error_message = current_contract?.start_extraction_process(ui_host(), usr)
var/error_message = current_contract?.start_extraction_process(ui_host(), usr)
if(length(error_message))
to_chat(usr, "<span class='warning'>[error_message]</span>")
if("claim")