-
Notifications
You must be signed in to change notification settings - Fork 93
Description
SO Basically There Are 2 Bugs in the latest version (1.9.5.3)
1.when compiling a plugin or command it will say that the plugin/command compiled even though it did not compile you know by doing the compile command again or doing pload
because the dll was not created
Why its annoying? Because False Hope!
2.The Latest Version (1.9.5.3)
doesn't let you compile plugin with SerialiseSimple anymore which is kinda messed up cus how am i gonna do something like
ConfigElement.SerialiseSimple(cfg, Path(map), this);
that worked in the 1.9.5.1 version
the plugin that were compiled
and had SerialiseSimple still works even if you update but you ant compile plugin containing that on the latest version
so these should be fixed asap
I Reposted This Issue Since I Messed Up And Closed The Previous Issue.