#1 Robots can't be picked up due to typo

Closed
opened 4 months ago by Montandalar · 2 comments

The robots can't be picked up due to a typo of cliker instead of clicker.

Ordinary robot

AsyncErr: Lua: Runtime error from mod 'rob_opr_base' in callback luaentity_run_simple_callback(): ...ad/.minetest/games/rob_opr/mods/rob_opr_base/robot_1.lua:97: attempt to index global 'cliker' (a nil value)
stack traceback:
    ...ad/.minetest/games/rob_opr/mods/rob_opr_base/robot_1.lua:97: in function <...ad/.minetest/games/rob_opr/mods/rob_opr_base/robot_1.lua:96>

Objective robot

AsyncErr: Lua: Runtime error from mod 'rob_opr_base' in callback luaentity_run_simple_callback(): ...ad/.minetest/games/rob_opr/mods/rob_opr_base/robot_2.lua:101: attempt to index global 'cliker' (a nil value)
stack traceback:
    ...ad/.minetest/games/rob_opr/mods/rob_opr_base/robot_2.lua:101: in function <...ad/.minetest/games/rob_opr/mods/rob_opr_base/robot_2.lua:99>
The robots can't be picked up due to a typo of `cliker` instead of `clicker`. Ordinary robot ``` AsyncErr: Lua: Runtime error from mod 'rob_opr_base' in callback luaentity_run_simple_callback(): ...ad/.minetest/games/rob_opr/mods/rob_opr_base/robot_1.lua:97: attempt to index global 'cliker' (a nil value) stack traceback: ...ad/.minetest/games/rob_opr/mods/rob_opr_base/robot_1.lua:97: in function <...ad/.minetest/games/rob_opr/mods/rob_opr_base/robot_1.lua:96> ``` Objective robot ``` AsyncErr: Lua: Runtime error from mod 'rob_opr_base' in callback luaentity_run_simple_callback(): ...ad/.minetest/games/rob_opr/mods/rob_opr_base/robot_2.lua:101: attempt to index global 'cliker' (a nil value) stack traceback: ...ad/.minetest/games/rob_opr/mods/rob_opr_base/robot_2.lua:101: in function <...ad/.minetest/games/rob_opr/mods/rob_opr_base/robot_2.lua:99> ```
NathanS21 commented 4 months ago
Owner

That's a shame. I don't think I can fix it until after the judging is over. Thankfully you can also punch the robots to pick them up.

That's a shame. I don't think I can fix it until after the judging is over. Thankfully you can also punch the robots to pick them up.
NathanS21 commented 4 months ago
Owner

fixed in e14e95e16a

fixed in https://notabug.org/NathanS21/rob_opr/commit/e14e95e16ab5e050cd1acce859ee62bc3b7f92e9
Sign in to join this conversation.
No Label
No Milestone
No assignee
2 Participants
Loading...
Cancel
Save
There is no content yet.