Fixed typo in remote view dialogue (Sotuh -> South)

This commit is contained in:
DebbySaurus
2022-09-01 14:47:36 +00:00
committed by Ryan
parent 131a123eeb
commit 2de2f9607d
@@ -43,7 +43,7 @@ public final class RemoteViewDialogue extends DialoguePlugin {
@Override
public boolean open(Object... args) {
familiar = (Familiar) args[0];
options("North", "East", "Sotuh", "West", "Straight up");
options("North", "East", "South", "West", "Straight up");
return true;
}