mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 05:51:56 +01:00
fix for paper bin runtime
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user