Updated plugin IDs

This commit is contained in:
Max Klaversma
2014-02-25 18:53:43 +01:00
committed by Steffen Schröder
parent 7005469973
commit 035246da7f
13 changed files with 13 additions and 13 deletions

View File

@ -21,7 +21,7 @@ class SlotMachinePlugin implements Plugin, CallbackListener, ManialinkPageAnswer
/**
* Constants
*/
const PLUGIN_ID = 50;
const PLUGIN_ID = 103;
const PLUGIN_VERSION = 0.1;
const PLUGIN_NAME = 'SlotMachine';
const PLUGIN_AUTHOR = 'kremsy';