mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-01 14:39:13 -06:00
Fixed typo in remote view dialogue (Sotuh -> South)
This commit is contained in:
parent
131a123eeb
commit
2de2f9607d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue