mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-18 03:35:56 +02:00
Expose read-only device power info to mods
This commit is contained in:
@@ -69,7 +69,7 @@ end
|
||||
-- value is the replacement to name in the error, or true when there is none
|
||||
local BLOCKED_LOVE = {
|
||||
filesystem = "mod.storage and mod:read", thread = true,
|
||||
system = true, event = true,
|
||||
system = "mod.device:powerInfo() for battery information", event = true,
|
||||
}
|
||||
|
||||
local loveProxy
|
||||
|
||||
Reference in New Issue
Block a user