Toni
Toni
Sorts Interactions based on rtime values. Just a simple example.
I noticed there's possibility for slight improvement in the way the code handles exceptions. ## Some examples https://github.com/EvoTM/EvoSC/blob/master/core/Commands/Migrate.php#L67 https://github.com/EvoTM/EvoSC/blob/master/core/Commands/AddAdmin.php#L94 ## Also logging calls are inconsistent example (echo used instead of...
I'm setting up a Docker image for running EvoSC and during the process I noticed that your code is apparently using the "old" mysql extension which, to my understanding, has...