Remove verbose debugging printout
These usually print out mostly empty brackets when new gates are placed.
This commit is contained in:
parent
76d1b01e52
commit
8de96da499
@ -153,7 +153,7 @@ stargate.gateFormspecHandler = function(pos, node, clicker, itemstack)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
print(dump(stargate_network["players"][player_name]["public_gates"]))
|
-- print(dump(stargate_network["players"][player_name]["public_gates"]))
|
||||||
if current_gate==nil then
|
if current_gate==nil then
|
||||||
print ("Gate not registered in network! Please remove it and place once again.")
|
print ("Gate not registered in network! Please remove it and place once again.")
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user