Add server-only usage warning to README
Added prominent warnings in both English and Chinese indicating that this release is intended for server-side use only and should not be run on the client. Users are advised to thoroughly test compatibility before deployment.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
# LuaCsForBarotrauma Enhanced Performence Project
|
||||
|
||||
> ⚠ **Warning:** This release is only available for server-side use and is not recommended to run on the client. Make sure that compatibility is adequately tested before deployment.
|
||||
|
||||
This is a LuaCsForBarotrauma modification that adds Multi-Thread and Multi-Core support.
|
||||
|
||||
### This project uses a fork of Moonsharp from EvilFactory: https://github.com/evilfactory/moonsharp
|
||||
@@ -47,6 +50,8 @@ If you're interested in working on the code, either to develop mods or to contri
|
||||
|
||||
# LuaCsForBarotrauma 性能增强项目
|
||||
|
||||
> ⚠ **重要警告:** 本版本仅适用于服务器端使用,不建议在客户端运行。请确保在部署前已充分测试兼容性。
|
||||
|
||||
这是一个 LuaCsForBarotrauma 的修改版本,添加了多线程和多核支持。
|
||||
|
||||
### 本项目使用 EvilFactory 的 Moonsharp 分支:https://github.com/evilfactory/moonsharp
|
||||
|
||||
Reference in New Issue
Block a user