Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
winglessraven committed Apr 16, 2024
1 parent b90c6bd commit b1cd0a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions DiscordBotPlugin/PluginMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2217,8 +2217,6 @@ private string GetMemoryUsage()
totalAvailable = platform.InstalledRAMMB;
double usage = application.GetPhysicalRAMUsage();

if()

if(usage >= 1024 || (totalAvailable > 1024 && _settings.MainSettings.ShowMaximumRAM))
gb = true;

Expand Down

0 comments on commit b1cd0a4

Please sign in to comment.