Fix typo in BarrowsPlugin (Spanwed to Spawned)

This commit is contained in:
Lars
2018-06-01 12:12:51 +02:00
committed by Abex
parent c0ca9ce94c
commit c2fe4390a5

View File

@@ -130,7 +130,7 @@ public class BarrowsPlugin extends Plugin
}
@Subscribe
public void onWallObjectSpanwed(WallObjectSpawned event)
public void onWallObjectSpawned(WallObjectSpawned event)
{
WallObject wallObject = event.getWallObject();
if (BARROWS_WALLS.contains(wallObject.getId()))