Another upper(chatter)/someone replacement

master
Solebull 2019-01-05 15:41:09 +01:00
parent f77c530b6e
commit 5524289292
2 changed files with 12 additions and 10 deletions

20
ROADMAP
View File

@ -256,17 +256,19 @@ It's really fast. May be used on a website, to show the actual map.
- [ ] For player, see onpunchplayer
- [ ] May remove chicken from mobs_animal mod (not used)
**** TODO Another server fails
*These ones are important : the game is broken*
- [ ] Another villagers spawn-related
- [ ] 2019-01-03 18:21:23: ERROR[Main]: stack traceback:
2019-01-03 18:21:23: ERROR[Main]: ....minetest/games/minetest-pvp/mods/mobs/mobs_redo/api.lua:2196: in function <....minetest/games/minetest-pvp/mods/mobs/mobs_redo/api.lua:2090>
- [ ] ERROR[Main]: stack traceback:
2019-01-03 20:28:08: ERROR[Main]: [C]: in function 'upper'
2019-01-03 20:28:08: ERROR[Main]: .../.minetest/games/minetest-pvp/mods/villagers/actions.lua:600: in function 'on_leftclick'
**** Try mumble-link
- see https://github.com/chipgw/minetest-mumble-wrapper
**** DONE Another server fails
*These ones are important : the game is broken*
- [X] Another villagers spawn-related
- [X] replaced chatter name with "someone"
ERROR[Main]: stack traceback:
[C]: in function 'upper'
.../.minetest/games/minetest-pvp/mods/villagers/actions.lua:600: in function 'on_leftclick'
- [X] 2019-01-03 18:21:23: ERROR[Main]: stack traceback:
....minetest/games/minetest-pvp/mods/mobs/mobs_redo/api.lua:2196: in function <....minetest/games/minetest-pvp/mods/mobs/mobs_redo/api.lua:2090>
Can't find how to fix thaty
**** DONE [fix_DoorProtection] Fix the door protection issue
CLOCK: [2018-12-31 lun. 15:26]--[2018-12-31 lun. 15:40] => 0:14
*We can't open doors when created by another player*

View File

@ -597,7 +597,7 @@ function villagers.on_leftclick(self, clicker, time_from_last_punch)
villagers.chatVillager(self, clicker)
end
else
local message_text = "I'm chatting with "..string.upper(self.vChatting).."\nOne moment.."
local message_text = "I'm chatting with someone\nOne moment.."
villagers.showMessageBubble(self, clicker, message_text, "FRONT", 2)
end