change the Plugin ID

This commit is contained in:
Beu 2021-01-19 11:47:10 +01:00
parent 827cdca019
commit e9c2b40023
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class GuestlistManager implements CommandListener, Plugin {
/*
* Constants
*/
const PLUGIN_ID = 199;
const PLUGIN_ID = 154;
const PLUGIN_VERSION = 1.0;
const PLUGIN_NAME = 'Guestlist Manager';
const PLUGIN_AUTHOR = 'Beu';