mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Hide that item localize prevented message.
This commit is contained in:
parent
2bff7fad69
commit
79e8f73d63
1 changed files with 2 additions and 2 deletions
|
@ -109,13 +109,13 @@ end
|
||||||
|
|
||||||
function item_sync.host_localize_item(gid, peer_id)
|
function item_sync.host_localize_item(gid, peer_id)
|
||||||
if ctx.item_prevent_localize[gid] then
|
if ctx.item_prevent_localize[gid] then
|
||||||
GamePrint("Item localize for " .. gid .. " prevented")
|
print("Item localize for " .. gid .. " prevented")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
ctx.item_prevent_localize[gid] = true
|
ctx.item_prevent_localize[gid] = true
|
||||||
|
|
||||||
if table.contains(pending_remove, gid) then
|
if table.contains(pending_remove, gid) then
|
||||||
GamePrint("Item localize prevented, already taken")
|
print("Item localize prevented, already taken")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue