Skip to content

Commit

Permalink
Update description.ext
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamWaldie committed Jan 24, 2025
1 parent c8e856d commit 997278c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions description.ext
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ class params
class headlessClient
{
title = "Headless Clients";
texts[] = {"Enabled","Disabled"};
values[] = {1, 0};
default = 1;
texts[] = {"Disabled","Enabled"};
values[] = {0, 1};
default = 0;
function = "Waldo_fnc_HeadlessClientInit";
isGlobal = 1;
};
Expand Down

0 comments on commit 997278c

Please sign in to comment.