Skip to content

Commit 46e4037

Browse files
committed
update changelog
1 parent dc528c7 commit 46e4037

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

changelogs/CHANGES-SampSharp.Core.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
14
### 0.11.0
25
- Added `TaskHelper.SwitchToMainThread` (#402)
36
- Improved performance of callbacks by 25%-30% (#399, #401)

src/TestMode.Entities/Properties/launchSettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"profiles": {
33
"samp-server": {
44
"commandName": "Executable",
5-
"executablePath": ".\\samp-server.exe",
6-
"commandLineArgs": "--gamemode TestMode.Entities",
5+
"executablePath": ".\\omp-server.exe",
6+
"commandLineArgs": "-c sampsharp.gamemode=TestMode.Entities",
77
"workingDirectory": "..\\..\\env\\"
88
}
99
}

0 commit comments

Comments
 (0)