added colon for consistancy
This commit is contained in:
@@ -105,7 +105,7 @@ class WoodcuttingOverlay extends Overlay
|
|||||||
|
|
||||||
if (plugin.isShowGPEarned())
|
if (plugin.isShowGPEarned())
|
||||||
{
|
{
|
||||||
tableComponent.addRow("GP earned", Integer.toString((plugin.getGpEarned())));
|
tableComponent.addRow("GP earned:", Integer.toString((plugin.getGpEarned())));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (actions > 2)
|
if (actions > 2)
|
||||||
|
|||||||
Reference in New Issue
Block a user