mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
Modular computer fixes and improvements 2 (#20170)
* Fixes runtime with can_run * tr
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
if(!access_to_check) // No required_access, allow it.
|
||||
return 1
|
||||
|
||||
if(computer.emagged && !transfer) //emags can bypass the execution locks but not the download ones.
|
||||
if(!transfer && computer && computer.emagged) //emags can bypass the execution locks but not the download ones.
|
||||
return 1
|
||||
|
||||
if(IsAdminGhost(user))
|
||||
|
||||
Reference in New Issue
Block a user