fix for paper bin runtime

This commit is contained in:
DJSnapshot
2014-04-25 21:42:59 -07:00
parent 4b2c2d1e60
commit 185f325944
+1 -1
View File
@@ -36,7 +36,7 @@
var/response = ""
if(!papers.len > 0)
response = alert(user, "Do you take regular paper, or Carbon copy paper?", "Paper type request", "Regular", "Carbon-Copy", "Cancel")
if (response != "Regular" | "Carbon-Copy")
if (response != "Regular" && response != "Carbon-Copy")
add_fingerprint(user)
return
if(amount >= 1)