fixed the bug where clicking Return in OSM executed SlashingH

This commit is contained in:
Zeno Rogue 2017-12-21 15:18:10 +01:00
parent b71add5f34
commit 45d267c046
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ namespace inv {
}
map<char, eItem> orbmap;
string orbkeys = "zfwplSetsTaMIYgCcPOWAFydLGRUkouE.,bVNxDjJZnrvhBm0123456789";
string orbkeys = "zfwplSetsTaMIYgCcPOWAFydLGRUkouE.,bVNxDjJZnrvhBm123456789";
typedef pair<int, int> pxy;
vector<pxy> orbcoord;