We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc528c7 commit 46e4037Copy full SHA for 46e4037
changelogs/CHANGES-SampSharp.Core.md
@@ -1,3 +1,6 @@
1
+### 0.11.1
2
+- Fixed an error which occurs when a callback has an empty string as argument (#450)
3
+
4
### 0.11.0
5
- Added `TaskHelper.SwitchToMainThread` (#402)
6
- Improved performance of callbacks by 25%-30% (#399, #401)
src/TestMode.Entities/Properties/launchSettings.json
@@ -2,8 +2,8 @@
"profiles": {
"samp-server": {
"commandName": "Executable",
- "executablePath": ".\\samp-server.exe",
- "commandLineArgs": "--gamemode TestMode.Entities",
+ "executablePath": ".\\omp-server.exe",
+ "commandLineArgs": "-c sampsharp.gamemode=TestMode.Entities",
7
"workingDirectory": "..\\..\\env\\"
8
}
9
0 commit comments