Skip to content

Commit

Permalink
fix(voices): fix radios and phone modules not working at all
Browse files Browse the repository at this point in the history
- also get rid of the extra tables that were being used for voice data on the client, as they didn't matter.

- code cleanup on server side

- add another log level and more log info

- my sanity is completely gone

- save my soul
  • Loading branch information
AvarianKnight committed Mar 22, 2021
1 parent 8fc9acc commit 72ac578
Show file tree
Hide file tree
Showing 7 changed files with 295 additions and 293 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The ints are used like a boolean to 0 would be false, 1 true.
| voice_defaultRadio | LALT | The default key to use the radio | string |
| voice_externalAddress | none | The external address to use to connect to the mumble server | string |
| voice_externalPort | 0 | The external port to use | int |
| voice_debugMode | 0 | Enables the debug prints (currently doesn't really do anything, need to add more debugs) | string |
| voice_debugMode | 0 | 1 for basic logs, 4 for verbose logs | int |

### Aces
pma-voice comes with a built in /mute command, in order to allow your staff to use it you will have to grand them the ace!
Expand Down
Loading

0 comments on commit 72ac578

Please sign in to comment.