minetest-LOTR / Lord-of-the-Test

LOTR-inspired Subgame for Minetest. Rewrite: https://github.com/minetest-LOTR/Third-Age
Other
67 stars 31 forks source link

Fix couple bugs with undeclared variables #186

Closed ubulem closed 1 year ago

ubulem commented 1 year ago
  1. Fix nil check on immunity by providing correct variable name.
  2. Fix permission check by introducing local variable for player name. Line 100 was using undeclared name variable instead of player name.
MoNTE48 commented 1 year ago

@neinwhal, when will these fixes be merged?

lumidify commented 1 year ago

These changes seem good to me. @neinwhal, do you mind if I go ahead and merge them?