some changes, but endless loop timeout

This commit is contained in:
kremsy
2014-01-03 18:37:51 +01:00
parent 5e798f6fa1
commit fedc58c077
5 changed files with 60 additions and 27 deletions

View File

@ -25,7 +25,7 @@ class DonationPlugin implements CallbackListener, CommandListener, Plugin {
const ID = 3;
const VERSION = 0.1;
const SETTING_ANNOUNCE_SERVERDONATION = 'Enable Server-Donation Announcements';
const STAT_PLAYER_DONATIONS = 'donatedPlanets';
const STAT_PLAYER_DONATIONS = 'Donated Planets';
// DonateWidget Properties
const MLID_DONATE_WIDGET = 'DonationPlugin.DonateWidget';