Add DevtestCommand to easily test without restarting server

This commit is contained in:
P0nk
2024-05-21 21:36:54 +02:00
parent 948a9de667
commit dee8651e61
3 changed files with 45 additions and 0 deletions

3
scripts/devtest.js Normal file
View File

@@ -0,0 +1,3 @@
function run(chr) {
chr.message("devtest.js")
}