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

Dev builds break previously working plugin (Permissions Manager) #43

Closed
PaulFromNZ opened this issue Mar 17, 2023 · 0 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@PaulFromNZ
Copy link

The last few dev and dev commit builds (can't determine how far back this started) have broken Permissions Manager By Steenamaroo (Hosted on Codefling)
It now fails to compile with the following error:

Failed compiling 'C:\GAMES\RUST\carbon\plugins\PermissionsManager.cs':

  1. The type 'DbConnection' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
    (PermissionsManager 29 line 1032)

Line 1032 reads: try { Sql_conn?.Con?.Open(); }

@jbrazio jbrazio added the bug Something isn't working label Mar 17, 2023
@jbrazio jbrazio self-assigned this Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants