File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ namespace RSession.Aliases;
2323
2424[ PluginMetadata (
2525 Id = "RSession.Aliases" ,
26- Version = "1.1.2 " ,
26+ Version = "1.1.3 " ,
2727 Name = "RSession.Aliases" ,
2828 Website = "https://github.com/oscar-wos/RSession" ,
2929 Author = "oscar-wos"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ namespace RSession.Messages;
2525
2626[ PluginMetadata (
2727 Id = "RSession.Messages" ,
28- Version = "1.1.2 " ,
28+ Version = "1.1.3 " ,
2929 Name = "RSession.Messages" ,
3030 Website = "https://github.com/oscar-wos/RSession" ,
3131 Author = "oscar-wos"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ namespace RSession.Played;
2424
2525[ PluginMetadata (
2626 Id = "RSession.Played" ,
27- Version = "1.1.2 " ,
27+ Version = "1.1.3 " ,
2828 Name = "RSession.Played" ,
2929 Website = "https://github.com/oscar-wos/RSession" ,
3030 Author = "oscar-wos"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ namespace RSession.Rotation;
2424
2525[ PluginMetadata (
2626 Id = "RSession.Rotation" ,
27- Version = "1.1.2 " ,
27+ Version = "1.1.3 " ,
2828 Name = "RSession.Rotation" ,
2929 Website = "https://github.com/oscar-wos/RSession" ,
3030 Author = "oscar-wos"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ namespace RSession;
3030
3131[ PluginMetadata (
3232 Id = "RSession" ,
33- Version = "1.1.2 " ,
33+ Version = "1.1.3 " ,
3434 Name = "RSession" ,
3535 Website = "https://github.com/oscar-wos/RSession" ,
3636 Author = "oscar-wos"
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ IEventService eventService
3535 private readonly IDatabaseService _databaseService = databaseFactory . GetDatabaseService ( ) ;
3636 private readonly IEventService _eventService = eventService ;
3737
38- private string ? _lastMapName ;
3938 private short ? _id ;
39+ private string ? _lastMapName ;
4040
4141 public short ? GetMapId ( ) => _id ;
4242
@@ -51,6 +51,7 @@ private void OnMapLoad(string mapName) =>
5151 return ;
5252 }
5353
54+ _id = null ;
5455 _lastMapName = mapName ;
5556
5657 string workshopIdString = _core . Engine . WorkshopId ;
You can’t perform that action at this time.
0 commit comments