WiIIiam278 / HuskSync

A modern, cross-server player data synchronisation system
https://william278.net/project/husksync
Apache License 2.0
160 stars 128 forks source link

Grgit null reference fix #347

Closed goatfanboi23 closed 1 month ago

goatfanboi23 commented 1 month ago

Issue Summary: when sources are downloaded (not through git) the build fails because of a null reference. Fix: replace null reference with empty string. see https://github.com/WiIIiam278/HuskSync/issues/345 for more information.