forked from MagicBane/Server
Unused variable removed
This commit is contained in:
@@ -72,10 +72,6 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler {
|
||||
switch (msg.actionType) {
|
||||
|
||||
case PRODUCE:
|
||||
boolean isRandom = false;
|
||||
|
||||
if (msg.unknown03 != 0 && msg.pToken == 0 && msg.sToken == 0)
|
||||
isRandom = true;
|
||||
|
||||
// Create new work order
|
||||
|
||||
|
||||
Reference in New Issue
Block a user