You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: vMenu/menus/MpPedCustomization.cs
+4-4
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,8 @@ public class MpPedCustomization
38
38
internalMenuItemeditPedBtn=new("Edit Saved Character","This allows you to edit everything about your saved character. The changes will be saved to this character's save file entry once you hit the save button.");
39
39
40
40
// Need to be editable from other functions
41
-
privatereadonlyMenuListItemsetCategoryBtn=new("Set Character Category",newList<string>{},0,"Sets this character's category. Select to save.");
42
-
privatereadonlyMenuListItemcategoryBtn=new("Character Category",newList<string>{},0,"Sets this character's category.");
41
+
privatereadonlyMenuListItemsetCategoryBtn=new("Set Character Category",newList<string>{},0,"Sets this character's category. Select to save.");
42
+
privatereadonlyMenuListItemcategoryBtn=new("Character Category",newList<string>{},0,"Sets this character's category.");
Copy file name to clipboardexpand all lines: vMenu/menus/VoiceChat.cs
+4-6
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,8 @@
5
5
usingMenuAPI;
6
6
7
7
usingstaticvMenuClient.CommonFunctions;
8
-
9
-
usingstaticvMenuShared.PermissionsManager;
10
-
11
8
usingstaticvMenuShared.ConfigManager;
9
+
usingstaticvMenuShared.PermissionsManager;
12
10
13
11
namespacevMenuClient.menus
14
12
{
@@ -69,7 +67,7 @@ private void CreateMenu()
69
67
"2 km",
70
68
"Global",
71
69
};
72
-
varvoiceChatProximity=newMenuItem("Voice Chat Proximity ("+ConvertToMetric(currentProximity)+")","Set the voice chat receiving proximity in meters. Set to 0 for global.");
70
+
varvoiceChatProximity=newMenuItem("Voice Chat Proximity ("+ConvertToMetric(currentProximity)+")","Set the voice chat receiving proximity in meters. Set to 0 for global.");
73
71
varvoiceChatChannel=newMenuListItem("Voice Chat Channel",channels,channels.IndexOf(currentChannel),"Set the voice chat channel.");
74
72
75
73
if(IsAllowed(Permission.VCEnable))
@@ -121,7 +119,7 @@ private void CreateMenu()
121
119
{
122
120
currentProximity=resultfloat;
123
121
Subtitle.Custom($"New voice chat proximity set to: ~b~{ConvertToMetric(currentProximity)}~s~.");
0 commit comments