Fixed typo in remote view dialogue (Sotuh -> South)
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ public final class RemoteViewDialogue extends DialoguePlugin {
|
|||||||
@Override
|
@Override
|
||||||
public boolean open(Object... args) {
|
public boolean open(Object... args) {
|
||||||
familiar = (Familiar) args[0];
|
familiar = (Familiar) args[0];
|
||||||
options("North", "East", "Sotuh", "West", "Straight up");
|
options("North", "East", "South", "West", "Straight up");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user