From 85caa27ee931439d76003b5471a9dac906b491ba Mon Sep 17 00:00:00 2001 From: Bluzume <39113159+KuromeSan@users.noreply.github.com> Date: Thu, 25 Nov 2021 16:42:42 -0500 Subject: [PATCH] Fix nearby --- gamedata.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gamedata.json b/gamedata.json index 68b3c87..f3e31fc 100644 --- a/gamedata.json +++ b/gamedata.json @@ -1223,10 +1223,10 @@ }, "nearby":{ "players_nearby":"Players Nearby:
", - "east":"East:", - "west":"West:", - "south":"South:", - "north":"North:" + "east":"East: ", + "west":"West: ", + "south":"South: ", + "north":"North: " }, "seperator":"
", },