mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user