Added a getName() override for RakLibServer

This commit is contained in:
Dylan K. Taylor
2021-05-29 23:51:46 +01:00
parent 0402e7e697
commit 7d99b0115c

View File

@ -171,4 +171,7 @@ class RakLibServer extends Thread{
}
}
public function getThreadName() : string{
return "RakLib";
}
}