Dropped Classic support.
This commit is contained in:
@ -72,7 +72,7 @@ public final class CursedWeaponsManager
|
||||
{
|
||||
_cursedWeapons = new HashMap<>();
|
||||
|
||||
if (!Config.ALLOW_CURSED_WEAPONS || Config.SERVER_CLASSIC_SUPPORT)
|
||||
if (!Config.ALLOW_CURSED_WEAPONS)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user