Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
changes to way tags are handled
  • Loading branch information
DragonSlayer62 committed Mar 25, 2024
1 parent 56c0a07 commit 8edd602
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 103 deletions.
2 changes: 1 addition & 1 deletion data/js/item/plant_growing/plantbowl.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function onUseChecked( pUser, iBowl )
var socket = pUser.socket;
if( socket && iBowl && iBowl.isItem )
{
var bowlOwner = GetPackOwner(iBowl, 0);
var bowlOwner = GetPackOwner( iBowl, 0 );
if( bowlOwner == null || bowlOwner != pUser )
{
socket.SysMessage( GetDictionaryEntry(19132, socket.language )); //You must have the object in your backpack to use it.
Expand Down
Loading

0 comments on commit 8edd602

Please sign in to comment.