openplanet-nl / plugin-signing

The place to request plugin signatures.
7 stars 1 forks source link

ManiaExchange 1.0.2 #158

Closed GreepTheSheep closed 2 years ago

GreepTheSheep commented 2 years ago

Where can we find the plugin?

https://openplanet.nl/files/154

Has your plugin been signed previously?

yes

Attach your plugin

ManiaExchange.zip

codecat commented 2 years ago

FYI, this log function:

void log(string msg, bool grey = false){
    print((grey ? "\\$777" : "") + msg);
}

Could be changed to use trace() instead of print(), it will do the same thing but in a more compatible way with logfile output.

👍

ManiaExchange.zip