-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove the loop & add config option (#21)
* Remove the loop * put client configs in config/client.lua * refactor: explicitly define files to client. --------- Co-authored-by: Solareon <[email protected]>
- Loading branch information
1 parent
ba72f3c
commit e69de4d
Showing
4 changed files
with
26 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
return { | ||
maxFrequency = 500, -- Max amount of available channel frequencies to use | ||
|
||
-- Should the radio turn off when the player is dead (Talking is disabled anyway) | ||
leaveOnDeath = true, | ||
|
||
---@type number | ||
-- How many decimal places to use for the subchannel. | ||
decimalPlaces = 2, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters