Skip to content

Commit

Permalink
Rename "Player Information Through Walls" feature in GUI to "Player I…
Browse files Browse the repository at this point in the history
…nfo In World"
  • Loading branch information
danielkrupinski committed Sep 4, 2024
1 parent 4da41a3 commit 1292552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/UI/Panorama/CreateGUI.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1292552

Please sign in to comment.