Fixes library computers pager...... 3rd time's the charm

This commit is contained in:
Kyle Spier-Swenson
2015-12-06 07:48:52 -08:00
parent 5ed60c2052
commit d97bd880b9

View File

@@ -316,7 +316,7 @@ var/global/list/datum/cachedbook/cachedbooks // List of our cached book datums
usr << browse(null, "window=library")
onclose(usr, "library")
return
if(href_list["page"] && screenstate == 4 && isnum(href_list["page"]))
if(href_list["page"] && screenstate == 4))
page = text2num(href_list["page"])
if(href_list["switchscreen"])
switch(href_list["switchscreen"])