Skip to content

Commit 4aa23a5

Browse files
committed
Update vanilla defaults URI.
1 parent b6ad4e9 commit 4aa23a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StackSizeController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Oxide.Plugins
1313
[Description("Allows configuration of most items max stack size.")]
1414
class StackSizeController : CovalencePlugin
1515
{
16-
private const string _vanillaDefaultsUri = "https://raw.githubusercontent.com/AnExiledDev/StackSizeController/dev/vanilla-defaults.json";
16+
private const string _vanillaDefaultsUri = "https://raw.githubusercontent.com/AnExiledDev/StackSizeController/master/vanilla-defaults.json";
1717

1818
private Configuration _config;
1919
private Dictionary<string, int> _vanillaDefaults;

0 commit comments

Comments
 (0)