Pinkstink-Rust / Rust-Server-Metrics

A metrics gathering HarmonyMod for Rust game servers
MIT License
60 stars 23 forks source link

Fix issue where RustServerMetrics is not considering the fact that the server can be ready earlier than it thinks #8

Closed xXTurnerLP closed 1 year ago

xXTurnerLP commented 1 year ago

Plugin EarlyQ allows server to start way earlier than RustServerMetrics expects.

This pull request fixes an NRE that will be thrown when a player joins the server before its normal start

features-not-bugs commented 1 year ago

Hi, please resolve the build failures and this can be merged.

xXTurnerLP commented 1 year ago

I would suggest fixing your CI

features-not-bugs commented 1 year ago

Please merge master into your pr for the CI fix

xXTurnerLP commented 1 year ago

~~Im not sure the ci will build it :D there is 2 older commits from this pr that are on almost 3h runtime, they hung or something~~

nvm it got built