Marek Kulik

Results 46 comments of Marek Kulik

> Do you have a `netstandard2.1` lib that needs to use this functionality? > Can you retarget it to `net6.0` (or later) ? > In other words, can you share...

Are you reading my message? I stated precisely why I am using .NET Standard 2.1 instead of 2.0 there. I am using **CreateBootstrapLogger**, which creates a **ReloadableLogger**: https://github.com/serilog/serilog-extensions-hosting/blob/2b8e22185718393e4cdcfb00a8d9fef85930762f/src/Serilog.Extensions.Hosting/LoggerConfigurationExtensions.cs#L37-L40 The **ReloadableLogger**...

Microsoft.Extensions.Hosting 8.0.0 targets `netstandard2.1`, `netstandard2.0` and some others. The Serilog version (3.1.1) this project uses, still supports .NET Standard 2.1. There is no reason to drop .NET Standard 2.1 right...

Personally, I would not add this to the default acl.xml

Just a note, but IIRC `onVehicleExplode` will be triggered in every case (also before the 'vehicle has exploded' packet from a client gets distributed to everyone). The point of 'vehicle...

The code formatting is wrong, please fix that.

The code looks fine, but I don't think we want to introduce desync (new client sees jetpack, older clients do not) right now

Fixed by the revert 13f366d8f2ccc2ba4662c8ac58f70e678afc9e87 Revision 22596 contains the revert

We have some interference caused by the AC for some players at the moment, it will be fixed soon™.