mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 18:11:47 +00:00
Fixes library computers pager...... 3rd time's the charm
This commit is contained in:
@@ -316,7 +316,7 @@ var/global/list/datum/cachedbook/cachedbooks // List of our cached book datums
|
|||||||
usr << browse(null, "window=library")
|
usr << browse(null, "window=library")
|
||||||
onclose(usr, "library")
|
onclose(usr, "library")
|
||||||
return
|
return
|
||||||
if(href_list["page"] && screenstate == 4 && isnum(href_list["page"]))
|
if(href_list["page"] && screenstate == 4))
|
||||||
page = text2num(href_list["page"])
|
page = text2num(href_list["page"])
|
||||||
if(href_list["switchscreen"])
|
if(href_list["switchscreen"])
|
||||||
switch(href_list["switchscreen"])
|
switch(href_list["switchscreen"])
|
||||||
|
|||||||
Reference in New Issue
Block a user