Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In game commands not working after 0.3.1.1 update #193

Closed
jamesonp opened this issue Sep 19, 2013 · 2 comments
Closed

In game commands not working after 0.3.1.1 update #193

jamesonp opened this issue Sep 19, 2013 · 2 comments

Comments

@jamesonp
Copy link

Admins issuing in game commands no longer function correctly. In the Procon log, it says the command has been upload but nothing is outputted in game nor does the command ever work.

On plugin start up, this error is received:

[AdKats] EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object.
at PRoConEvents.AdKats.tempBanTarget(AdKat_Record record, String additionalMessage)
at PRoConEvents.AdKats.runAction(AdKat_Record record)
at PRoConEvents.AdKats.actionHandlingThreadLoop()

All commands issued from the web admin work correctly.

@ColColonCleaner
Copy link
Member

This is due to the webadmin...prophet injected a bug that I found today. In your adkats_records table you will find records where target_id is null (adkats_read will also be "N"). Either delete these records, or find the correct player ID and add it in, then restart your layers and everything will be good.

@jamesonp
Copy link
Author

Resolved. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants