bumped version
This commit is contained in:
parent
d330605f20
commit
f6e6b45020
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ using System.Threading.Tasks;
|
|||
|
||||
namespace WBM
|
||||
{
|
||||
[BepInPlugin("com.developomp.wbm", "War Brokers Mods", "1.6.0.0")]
|
||||
[BepInPlugin("com.developomp.wbm", "War Brokers Mods", "1.6.1.0")]
|
||||
public partial class WBM : BaseUnityPlugin
|
||||
{
|
||||
private void Awake()
|
||||
|
@ -226,7 +226,7 @@ kill streak SFX: {this.killStreakSFX.Value} ({this.killStreakSFXShortcut.Value})
|
|||
new Rect(this.GUIOffsetX.Value, this.GUIOffsetY.Value, 220, 60),
|
||||
@"War Brokers Mods
|
||||
Made by [LP] POMP
|
||||
v1.6.0.0"
|
||||
v1.6.1.0"
|
||||
);
|
||||
|
||||
if (this.data.localPlayerIndex >= 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue