1
0
mirror of https://e.coding.net/circlecloud/LuckLottery.git synced 2025-11-24 21:46:23 +00:00

remove depended...

Signed-off-by: j502647092 <jtb1@163.com>
This commit is contained in:
j502647092
2015-05-20 23:50:06 +08:00
parent b7318b8f98
commit 0cbb61647f
2 changed files with 2 additions and 42 deletions

View File

@@ -56,46 +56,6 @@ public class LotteryReward implements Runnable {
case 15: case 15:
winprices = 5000; winprices = 5000;
break; break;
// case 0:
// case 1:
// winprices = 0;
// break;
// case 2:
// winprices = 500;
// break;
// case 3:
// winprices = 1000;
// break;
// case 4:
// winprices = 3000;
// break;
// case 5:
// winprices = 5000;
// break;
// case 6:
// winprices = 10000;
// break;
// case 10:
// winprices = 0;
// break;
// case 11:
// winprices = 500;
// break;
// case 12:
// winprices = 1000;
// break;
// case 13:
// winprices = 3000;
// break;
// case 14:
// winprices = 5000;
// break;
// case 15:
// winprices = 10000;
// break;
// case 16:
// winprices = 50000;
// break;
default: default:
} }
if (winprices > 0) { if (winprices > 0) {

View File

@@ -1,8 +1,8 @@
name: LuckLottery name: LuckLottery
main: cn.citycraft.LuckLottery.LuckLottery main: cn.citycraft.LuckLottery.LuckLottery
author: 喵♂呜 author: 喵♂呜
version: 0.0.1 version: 0.0.3
depended: [BVLib,Vault] depended: [Vault]
commands: commands:
lucklottery: lucklottery:
aliases: [ll] aliases: [ll]