mirror of
https://github.com/mt-mods/xcompat.git
synced 2024-12-22 09:00:17 +01:00
c/p typo in commands.lua
This commit is contained in:
parent
cc2da8a2a6
commit
34781935d6
@ -66,11 +66,11 @@ minetest.register_chatcommand("xcompat_test_sounds", {
|
||||
for gameid, game_sounds in pairs(sounds) do
|
||||
for sound, _ in pairs(reference_sounds) do
|
||||
if not game_sounds[sound] then
|
||||
minetest.chat_send_player(name, "Missing material: "..sound.." in game: "..gameid)
|
||||
minetest.chat_send_player(name, "Missing sound: "..sound.." in game: "..gameid)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
minetest.chat_send_player(name, "Sounds test complete")
|
||||
end
|
||||
})
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user