diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2022-01-29 00:14:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-29 00:14:07 +0100 |
| commit | d74888d28d00f8f6566ba35c77d152c6cb56bc2f (patch) | |
| tree | 6a78dc5211b530de57e272ee05adaca9c5add53e | |
| parent | 60f73a650c966be0ae78c97333f2b6eabd1ff78f (diff) | |
| download | wiki-d74888d28d00f8f6566ba35c77d152c6cb56bc2f.tar.gz wiki-d74888d28d00f8f6566ba35c77d152c6cb56bc2f.tar.bz2 wiki-d74888d28d00f8f6566ba35c77d152c6cb56bc2f.zip | |
chore: Comment out memory usage - Misleading
| -rw-r--r-- | _includes/azerothcore/sidebar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/azerothcore/sidebar.html b/_includes/azerothcore/sidebar.html index 19c1f69..1aa6015 100644 --- a/_includes/azerothcore/sidebar.html +++ b/_includes/azerothcore/sidebar.html @@ -36,7 +36,7 @@ <li><a href="/wiki/final-server-steps">Final Server Steps</a></li> <li><a href="/wiki/keeping-the-server-up-to-date">Keeping the server up to date</a></li> <li><a href="/wiki/client-setup">Client Setup</a></li> - <li><a href="/wiki/memory-usage">Memory Usage</a></li> + <!-- <li><a href="/wiki/memory-usage">Memory Usage</a></li> --> </ul> <b>Contribute:</b> <ul> |
