Skip to content

Commit

Permalink
#308: Code fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
DjThunder committed Jan 19, 2023
1 parent 6d9d02a commit 93b4ddb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public void apply(InitConfig config)
*/
public void apply(TakeableConfig config)
{
if (networkable.isServer())
if (!networkable.isClient())
{
health.increase(config.getHealth());
if (talisment.isFull())
Expand Down

0 comments on commit 93b4ddb

Please sign in to comment.