added colon for consistancy

This commit is contained in:
benjaminlgur
2019-11-02 16:43:43 -04:00
parent 13e280e6ae
commit c1c546cb9a

View File

@@ -105,7 +105,7 @@ class WoodcuttingOverlay extends Overlay
if (plugin.isShowGPEarned())
{
tableComponent.addRow("GP earned", Integer.toString((plugin.getGpEarned())));
tableComponent.addRow("GP earned:", Integer.toString((plugin.getGpEarned())));
}
if (actions > 2)