1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-07-09 15:37:45 +00:00

When running !completeallquests, show a success message

This commit is contained in:
Joshua Goins 2025-07-04 16:11:11 -04:00
parent f2239378f6
commit de2d32266d

View file

@ -3,4 +3,5 @@ command_sender = "[completeallquests] "
function onCommand(args, player)
player:complete_all_quests()
printf(player, "All quests marked as completed!")
end