Skip to content

Commit

Permalink
Release v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brokiem committed Jul 26, 2022
1 parent f63b554 commit 573e42d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: SimpleNPC
main: brokiem\snpc\SimpleNPC
version: 3.0.2-dev
version: 3.0.2
api: 4.0.0
author: brokiem

Expand Down
2 changes: 1 addition & 1 deletion src/brokiem/snpc/SimpleNPC.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class SimpleNPC extends PluginBase {
public array $lastHit = [];
public array $cachedUpdate = [];
public array $idPlayers = [];
private bool $isDev = true;
private bool $isDev = false;

protected function onEnable(): void {
if (!class_exists(Form::class)) {
Expand Down

0 comments on commit 573e42d

Please sign in to comment.