mirror of
https://github.com/PikaMug/Quests.git
synced 2025-01-09 01:47:45 +01:00
Make loadable item programmatically accessible
This commit is contained in:
parent
1dea19f86d
commit
40a7ae0cff
@ -668,7 +668,7 @@ public class ItemStackPrompt extends QuestsEditorNumericPrompt {
|
||||
}
|
||||
}
|
||||
|
||||
private String getItemData(final ConversationContext context) {
|
||||
public String getItemData(final ConversationContext context) {
|
||||
if (context.getSessionData("tempName") != null) {
|
||||
String item;
|
||||
if (context.getSessionData("tempDisplay") == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user