Browse Source

Plugin::OnRehash() now calls config.reload().

release/0.19
Jessica James 9 years ago
parent
commit
1b697ec73a
  1. 1
      Jupiter/Plugin.cpp
  2. BIN
      Release/Jupiter.lib

1
Jupiter/Plugin.cpp

@ -287,6 +287,7 @@ int Jupiter::Plugin::think()
int Jupiter::Plugin::OnRehash() int Jupiter::Plugin::OnRehash()
{ {
Jupiter::Plugin::config.reload();
return 0; return 0;
} }

BIN
Release/Jupiter.lib

Binary file not shown.
Loading…
Cancel
Save