forked from MagicBane/Server
Project reformat.
This commit is contained in:
@@ -534,7 +534,7 @@ public class ItemTemplate {
|
||||
return false;
|
||||
//Item not valid for slot
|
||||
|
||||
if(item.template.item_eq_slots_or.contains(slot) == false)
|
||||
if (item.template.item_eq_slots_or.contains(slot) == false)
|
||||
return false;
|
||||
|
||||
// Slot is taken
|
||||
|
||||
Reference in New Issue
Block a user