mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #407] [MERGED] Non-spammy player shops #1178
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/2006-Scape/2006Scape/pull/407
Author: @dginovker
Created: 8/3/2020
Status: ✅ Merged
Merged: 8/3/2020
Merged by: @dginovker
Base:
master← Head:nonspamplayershops📝 Commits (2)
1b96d1eAdd check that players are over total level 50, but shop items check is broken672b98dBots now only appear when they meet reqs! Woot!📊 Changes
5 files changed (+28 additions, -3 deletions)
View changed files
📝
2006Redone Server/src/main/java/com/rebotted/GameConstants.java(+1 -1)📝
2006Redone Server/src/main/java/com/rebotted/game/bots/Bot.java(+5 -0)📝
2006Redone Server/src/main/java/com/rebotted/game/bots/BotHandler.java(+18 -1)📝
2006Redone Server/src/main/java/com/rebotted/game/players/PlayerSave.java(+3 -0)📝
2006Redone Server/src/main/java/com/rebotted/game/shops/ShopHandler.java(+1 -1)📄 Description
Players only keep their shops up if they're >50 total level and actually have something in them :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.