Remod-org / NextGenPVE

Prevent damage to players and objects in a PVE environment
GNU General Public License v2.0
7 stars 0 forks source link

Failed compiling #4

Closed thimblebird closed 4 weeks ago

thimblebird commented 5 months ago

i'm using carbon. i get this when enabling the plugin:

 Warning! 'NextGenPVE' uses UnityEngine.GameObject.FindObjectsOfType. That may cause significant performance drops, and/or server stalls. Report to the developer or use at your own discretion!
Failed compiling '/home/container/carbon/plugins/NextGenPVE.cs':
  1. The type or namespace name 'SQLite' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [CS0234]
     (NextGenPVE 19 line 30)
  2. The type or namespace name 'SQLiteConnection' could not be found (are you missing a using directive or an assembly reference?) [CS0246]
     (NextGenPVE 17 line 52)

my server provider reassured me SQLite is installed. any ideas on what's happening here?

thanks! 💚

RFC1920 commented 4 weeks ago

I think that is an error from Carbon. I changed the code today to use a library that FP includes instead of the one Oxide includes but Carbon does not.