diff --git a/src/gui/src/ServerConfig.cpp b/src/gui/src/ServerConfig.cpp index 12819c1a..b8760ded 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, "right" }, { -1, 0, "left" }, + { 1, 0, "right" }, { 0, -1, "up" }, { 0, 1, "down" },