mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
domain
This commit is contained in:
@@ -452,7 +452,7 @@
|
||||
var/obj/item/weapon/book/B = new newbook.path(src.loc)
|
||||
|
||||
if (!newbook.programmatic)
|
||||
var/list/_http = world.Export("http://vg13.undo.it/index.php/book?id=[newbook.id]")
|
||||
var/list/_http = world.Export("http://ss13.pomf.se/index.php/book?id=[newbook.id]")
|
||||
if(!_http || !_http["CONTENT"])
|
||||
return
|
||||
var/http = file2text(_http["CONTENT"])
|
||||
|
||||
Reference in New Issue
Block a user