diff --git a/docs/bastelstube/arma-reforger.md b/docs/bastelstube/arma-reforger.md
index cfbf7077..7b67efec 100644
--- a/docs/bastelstube/arma-reforger.md
+++ b/docs/bastelstube/arma-reforger.md
@@ -79,6 +79,14 @@ PrintFormat("Proxy: %1", rplComp.IsProxy());
```
+### ... more in general
+```c#
+PrintFormat("Server: %1", Replication.IsServer());
+PrintFormat("Client: %1", Replication.IsClient());
+```
+
+
+
## Find entities
```c#
// Give your entity a name in in the object properties (It's something like a variable name)