Add "less than 2gb ram" warning

This commit is contained in:
quake1337 2017-08-14 14:39:22 +02:00
parent 9dce68e6e2
commit 68437f0a22
2 changed files with 5 additions and 1 deletions

View file

@ -177,7 +177,7 @@ namespace TShockAPI
return plugins;
}
private long GetTotalSystemRam(bool isMono)
public long GetTotalSystemRam(bool isMono)
{
if (totalMem != 0)
{