mirror of
https://github.com/Sokomine/cottages.git
synced 2024-11-13 05:50:30 +01:00
remove debug message
This commit is contained in:
parent
baf6d6ac44
commit
1d260c12e7
|
@ -19,7 +19,6 @@ minetest.register_entity("cottages:bucket_entity", {
|
|||
|
||||
on_activate = function(self, staticdata, dtime_s)
|
||||
if not staticdata or staticdata == "" then
|
||||
minetest.chat_send_all("invalid cottages:bucket_entity initialization")
|
||||
self.object:remove()
|
||||
return
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user