Skip to content

Commit 5d948e8

Browse files
committed
- UPDATED: RollTheDice 2.0.15 > 25.10.1
1 parent f6a2aa0 commit 5d948e8

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Mod | Version | Why
121121
[AnnouncementBroadcaster](https://github.com/lengran/CS2AnnouncementBroadcaster) | `0.5` | Conditional messages, OnCommand, OnPlayerConnect, OnRoundStart, and TimerMsgs.
122122
[CS2-GameModifiers](https://github.com/vinicius-trev/CS2-GameModifiers-Plugin) | `1.0.4` | CS2, but every round is a SURPRISE. Inspiration from [NadeKings video](https://www.youtube.com/watch?v=OQQBUFB56Iw). Fork from [Lewisscrivens](https://github.com/Lewisscrivens/CS2-GameModifiers-Plugin).
123123
[CS2FunMatchPlugin](https://github.com/TitaniumLithium/CS2FunMatchPlugin) | `1.1.1` | Random fun mode every round
124-
[RollTheDice](https://github.com/Kandru/cs2-roll-the-dice) | `2.0.15` | Roll the dice to get either a positive or negative effect for the current round.
124+
[RollTheDice](https://github.com/Kandru/cs2-roll-the-dice) | `25.10.1` | Roll the dice to get either a positive or negative effect for the current round.
125125
[CS2-FixRandomSpawn](https://github.com/qstage/CS2-FixRandomSpawn) | `1.1.4.1` | Fixes ConVar `mp_randomspawn` for any game mode.
126126
[CS2-MutualScoringPlayers](https://github.com/qstage/CS2-MutualScoringPlayers) | `1.0.1` | Keeps score of kills between players.
127127
[CS2WarcraftMod](https://github.com/Wngui/CS2WarcraftMod) | `3.3.5` | An open-source Warcraft mod for CS2 featuring a fully-fledged RPG system.

game/csgo/addons/counterstrikesharp/plugins/disabled/RollTheDice/RollTheDice.deps.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"compilationOptions": {},
77
"targets": {
88
".NETCoreApp,Version=v8.0": {
9-
"RollTheDice/2.0.15": {
9+
"RollTheDice/25.10.1": {
1010
"dependencies": {
11-
"CounterStrikeSharp.API": "1.0.340"
11+
"CounterStrikeSharp.API": "1.0.344"
1212
},
1313
"runtime": {
1414
"RollTheDice.dll": {}
1515
}
1616
},
17-
"CounterStrikeSharp.API/1.0.340": {
17+
"CounterStrikeSharp.API/1.0.344": {
1818
"dependencies": {
1919
"McMaster.NETCore.Plugins": "1.4.0",
2020
"Microsoft.CSharp": "4.7.0",
@@ -287,17 +287,17 @@
287287
}
288288
},
289289
"libraries": {
290-
"RollTheDice/2.0.15": {
290+
"RollTheDice/25.10.1": {
291291
"type": "project",
292292
"serviceable": false,
293293
"sha512": ""
294294
},
295-
"CounterStrikeSharp.API/1.0.340": {
295+
"CounterStrikeSharp.API/1.0.344": {
296296
"type": "package",
297297
"serviceable": true,
298-
"sha512": "sha512-d4Sl5+INHZ8l4fptY8IECFKiXd5cSKZyuLNjigZcD5HlY379jq50hSYNsqiG0tzlaCw1WAN0+4HSdS7XyULh3Q==",
299-
"path": "counterstrikesharp.api/1.0.340",
300-
"hashPath": "counterstrikesharp.api.1.0.340.nupkg.sha512"
298+
"sha512": "sha512-AQaP3/7W6k/3HEHetL5voOgGc3vkv59QCDYx5U5khPQES4ZVhNnttDUktVTJ+ygl+c8MRcVTTH60GOvMdV8mEQ==",
299+
"path": "counterstrikesharp.api/1.0.344",
300+
"hashPath": "counterstrikesharp.api.1.0.344.nupkg.sha512"
301301
},
302302
"McMaster.NETCore.Plugins/1.4.0": {
303303
"type": "package",
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version: 2.0.15
1+
version: 25.10.1
22
repository: https://github.com/Kandru/cs2-roll-the-dice
Binary file not shown.

0 commit comments

Comments
 (0)