Files
m2dev-client-src/README.md
Mind Rapist 54a5dde037 PK Mode fix
2025-12-31 04:14:02 +02:00

17 lines
353 B
Markdown

# Client Source Repository
This repository contains the source code necessary to compile the game client executable.
## How to build
> cmake -S . -B build
>
> cmake --build build
---
## 📋 Changelog
### 🐛 Bug Fixes
* **PK Mode:** Resolved conflict for Hostile mode when both players have negative alignment, added PK_PROTECT mode safeguards.