Ports "Adds safer helper for alt-click turf listing"

This commit is contained in:
Ghommie
2019-07-04 22:42:51 +02:00
parent a814442fa5
commit 5ff8be0faa
3 changed files with 20 additions and 8 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
ShiftClickOn(A)
return
if(modifiers["alt"])
AltClickOn(A)
AltClickNoInteract(src, A)
return
if(modifiers["ctrl"])
CtrlClickOn(A)