From 1292552d1298c24cacd6a8150d0f514e1622f037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Krupi=C5=84ski?= Date: Wed, 4 Sep 2024 18:41:19 +0200 Subject: [PATCH] Rename "Player Information Through Walls" feature in GUI to "Player Info In World" --- Source/UI/Panorama/CreateGUI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/UI/Panorama/CreateGUI.js b/Source/UI/Panorama/CreateGUI.js index c28f4c934b3..a6da86bd697 100644 --- a/Source/UI/Panorama/CreateGUI.js +++ b/Source/UI/Panorama/CreateGUI.js @@ -201,7 +201,7 @@ $.Osiris = (function () { var visuals = createTab('visuals'); - var playerInfo = createSection(visuals, 'Player Information Through Walls'); + var playerInfo = createSection(visuals, 'Player Info In World'); createDropDown(playerInfo, "Enabled", 'visuals', 'player_information_through_walls', ['Enemies', 'All Players', 'Off'], 2); $.CreatePanel('Panel', playerInfo, '', { class: "horizontal-separator" }); createYesNoDropDown(playerInfo, "Show Player Position", 'visuals', 'player_info_position', 0);