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
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

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