Skip to content

Commit

Permalink
v2.5.2
Browse files Browse the repository at this point in the history
* Updating for Mod Helpers v2.0.1 (WIP)
  • Loading branch information
hamstar0 committed Aug 8, 2018
1 parent b527d37 commit 5d04f69
Show file tree
Hide file tree
Showing 20 changed files with 453 additions and 439 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
.git/
.vs/
bin/
obj/
Properties/
.gitignore
.gitignore
.gitattributes
desktop.ini
copy_sources.bat
2 changes: 1 addition & 1 deletion API.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace Durability {
public static class DurabilityAPI {
public static DurabilityConfigData GetModSettings() {
return DurabilityMod.Instance.Config.Data;
return DurabilityMod.Instance.Config;
}
}
}
Loading

0 comments on commit 5d04f69

Please sign in to comment.