Skip to content

Commit

Permalink
Remove warning logging as it's not available when this runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Aug 4, 2019
1 parent 030995c commit 7a42090
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -562,9 +562,7 @@ script.on_load(function()
for index, data in pairs(global.computers) do
if data.process ~= nil then
local item = computer.load(data)
if not item then
game.print("Computer Core: WARNING, invalid computer detected. You likely are loading a multiplayer save file in singleplayer.")
else
if item then
local env = item.data.env

for index, api in pairs(computer.apis) do
Expand Down

0 comments on commit 7a42090

Please sign in to comment.