Skip to content

Commit

Permalink
fix: de_mirage.json example
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-wos committed Jun 16, 2024
1 parent a98f2e7 commit 30f83e1
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
23 changes: 0 additions & 23 deletions config/de_inferno.json

This file was deleted.

23 changes: 23 additions & 0 deletions config/de_mirage.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"a": [
{
"type": 0,
"teams": [ 2, 3 ],
"x": [ -2301.0, -743.0, 300.0 ],
"y": [ 1400.2 , -2700.5, -300.0 ]
},
{
"type": 0,
"teams": [ 3 ],
"x": [ -1237.6, -463.6, -355.0 ],
"y": [ -593.5 , -803.7, 100.0 ]
},
{
"type": 1,
"teams": [ 2 ],
"x": [ -580.3, -807.3, -355.0 ],
"y": [ -734.3 , -838.3, 100.0 ]
}
],
"b": []
}
2 changes: 1 addition & 1 deletion src/Globals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Zones;
public partial class Zones
{
public override string ModuleName => "Retakes-Zones";
public override string ModuleVersion => "1.0.1";
public override string ModuleVersion => "1.0.2";
public override string ModuleAuthor => "https://github.com/oscar-wos/Retakes-Zones";
private static PluginCapability<IRetakesPluginEventSender> RetakesPluginEventSenderCapability { get; } = new("retakes_plugin:event_sender");

Expand Down

0 comments on commit 30f83e1

Please sign in to comment.