From 45d267c046bfafe1b9a1c450393953e4cac079b6 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 21 Dec 2017 15:18:10 +0100 Subject: [PATCH] fixed the bug where clicking Return in OSM executed SlashingH --- inventory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory.cpp b/inventory.cpp index 9b87da17..74daf994 100644 --- a/inventory.cpp +++ b/inventory.cpp @@ -359,7 +359,7 @@ namespace inv { } map orbmap; - string orbkeys = "zfwplSetsTaMIYgCcPOWAFydLGRUkouE.,bVNxDjJZnrvhBm0123456789"; + string orbkeys = "zfwplSetsTaMIYgCcPOWAFydLGRUkouE.,bVNxDjJZnrvhBm123456789"; typedef pair pxy; vector orbcoord;