[Minor Bug] clear command is erroring out in txAdmin #159
xalva98
started this conversation in
[BUG] FiveM for GTAV Enhanced
Replies: 1 comment 1 reply
|
This one is definitely on me. Thanks for the report :) |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Summary
If you type
clearin txAdmin live console it clears out everything perfectly fine, however there's an error messagewhich is most likely caused because
RegisterCommand('clear', ...)is never usedIssue type
Server
Repro rate
Always
Server build version
fx: b94-ea/Win
OS
No response
CPU
No response
GPU
No response
RAM
No response
Storage type
None
Connection type
None
ISP and bandwidth
No response
DxDiag
No response
Network graph
No response
Platform
None
OS version / distribution
No response
CPU
No response
RAM
No response
Using txAdmin?
None
Hosting provider
None
Machine type
None
/perf endpoint output
No response
DDoS protection
No response
ulimit -n value (Linux only)
No response
Docker Compose file (Docker only)
No response
Steps to Reproduce
Expected Behavior
no error message
Actual Behavior
error message if command is not registered via RegisterCommand
Evidence
No response
Additional Context
No response
All reactions