mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-11-09 05:25:00 +01:00
Initiate placeholder registry
This commit is contained in:
@@ -209,6 +209,8 @@ public class PlotSquared {
|
||||
this.eventDispatcher = new EventDispatcher(this.worldedit);
|
||||
// Create plot listener
|
||||
this.plotListener = new PlotListener(this.eventDispatcher);
|
||||
// Create placeholder registry
|
||||
placeholderRegistry = new PlaceholderRegistry(eventDispatcher);
|
||||
|
||||
// Copy files
|
||||
copyFile("addplots.js", Settings.Paths.SCRIPTS);
|
||||
|
||||
Reference in New Issue
Block a user