File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
main/java/net/ildar/wurm/bot Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ private enum InputKey implements Bot.InputKey {
282282 stcn ("Set the number of items to put inside each container. Use with \" stc\" key" , "number" ),
283283 stc ("Set the target container(under mouse pointer) with another containers inside. " +
284284 "Items from your inventory will be moved to containers with provided name. " +
285- "Bot will try to put 100 items inside each container. But you change this value using \" " + stcn .name () + "\" key." , "container_name" ),
285+ "Bot will try to put 100 items inside each container. But you can change this value using \" " + stcn .name () + "\" key." , "container_name" ),
286286 sw ("Set the maximum weight for item to be moved. Affects the last added item name." , "weight(float number)" ),
287287 a ("Add new item name to move to the targets. " +
288288 "The maximum weight of moved item can be configured with \" " + sw .name () + "\" key" , "name" ),
You can’t perform that action at this time.
0 commit comments