diff --git a/vMenu/menus/PlayerAppearance.cs b/vMenu/menus/PlayerAppearance.cs index 407a6655..b4c1d4a2 100644 --- a/vMenu/menus/PlayerAppearance.cs +++ b/vMenu/menus/PlayerAppearance.cs @@ -257,7 +257,7 @@ private void CreateMenu() } else { - int i = ((sender.CurrentSelection - 7) * 50) + index; + int i = ((sender.CurrentSelection - 8) * 50) + index; string modelName = modelNames[i]; if (cf.IsAllowed(Permission.PASpawnNew)) {