mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Now using interpolation strings
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Sandbox
|
||||
|
||||
public override void OnEvent(Event event)
|
||||
{
|
||||
Log.ClientLogger.Trace("{}", event);
|
||||
Log.ClientLogger.Trace($"{event}");
|
||||
|
||||
EventDispatcher dispatcher = scope EventDispatcher(event);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user