Fix missing container name

This commit is contained in:
gregf36665 2024-12-27 13:25:24 +00:00 committed by Syndromeramo
parent 3d587ca7ed
commit de98be077e

View file

@ -23,7 +23,7 @@ abstract class AbstractContainer(containerId: Int, containers: Map<Int,List<Pair
end() end()
} }
else{ else{
sendDialogue(player, "You need at least one free inventory space to take from the shelves.").also { stage = END_DIALOGUE } sendDialogue(player, "You need at least one free inventory space to take from the $containerName.").also { stage = END_DIALOGUE }
} }
} }