diff --git a/src/gui/src/ServerConfig.cpp b/src/gui/src/ServerConfig.cpp index b8760ded..12819c1a 100644 --- a/src/gui/src/ServerConfig.cpp +++ b/src/gui/src/ServerConfig.cpp @@ -28,8 +28,8 @@ static const struct const char* name; } neighbourDirs[] = { - { -1, 0, "left" }, { 1, 0, "right" }, + { -1, 0, "left" }, { 0, -1, "up" }, { 0, 1, "down" },