Skip to content

Commit

Permalink
Fix XML configuration due to change in namespacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinematics committed Sep 8, 2024
1 parent d550c96 commit 79e4ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NetTally.Core/NetTally.dll.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="NetTally.Quests" type="NetTally.Systems.Config.Xml.QuestsSection, NetTally.Core" allowExeDefinition="MachineToLocalUser" />
<section name="NetTally.Quests" type="NetTally.Configure.Xml.QuestsSection, NetTally.Core" allowExeDefinition="MachineToLocalUser" />
</configSections>
</configuration>

0 comments on commit 79e4ce2

Please sign in to comment.