mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Fix missing container name
This commit is contained in:
parent
3d587ca7ed
commit
de98be077e
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ abstract class AbstractContainer(containerId: Int, containers: Map<Int,List<Pair
|
|||
end()
|
||||
}
|
||||
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 }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue