Skip to content

Commit

Permalink
Release 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brokiem committed Jun 19, 2021
1 parent 964b0a1 commit 46ffd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brokiem/snpc/SimpleNPC.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class SimpleNPC extends PluginBase {
public array $lastHit = [];
public array $cachedUpdate = [];
public array $idPlayers = [];
private bool $isDev = true;
private bool $isDev = false;

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

0 comments on commit 46ffd07

Please sign in to comment.