From f4cb935e414740b919d118f84c36a295fc79b61f Mon Sep 17 00:00:00 2001 From: Raymond Date: Tue, 7 Sep 2021 21:57:08 -0400 Subject: [PATCH] rename delta in DPI --- Dalamud/Plugin/DalamudPluginInterface.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud/Plugin/DalamudPluginInterface.cs b/Dalamud/Plugin/DalamudPluginInterface.cs index 40894ea25..9de7ae45b 100644 --- a/Dalamud/Plugin/DalamudPluginInterface.cs +++ b/Dalamud/Plugin/DalamudPluginInterface.cs @@ -99,7 +99,7 @@ namespace Dalamud.Plugin /// /// Gets the timespan delta from when this plugin was loaded. /// - public TimeSpan DeltaLoadTime => DateTime.Now - this.LoadTime; + public TimeSpan LoadTimeDelta => DateTime.Now - this.LoadTime; /// /// Gets the directory Dalamud assets are stored in.