mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 10:14:42 +02:00
Command confirmation
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
package com.intellectualcrafters.plot.util;
|
||||
|
||||
public class CmdConfirm {
|
||||
public static HashMap<String, SubCommand> pending = new HashMap<>();
|
||||
}
|
Reference in New Issue
Block a user