Skip to content

Commit a7127eb

Browse files
authored
Docs - Fix function call for deserializing medical state (#11296)
Fix function call for deserializing medical state
1 parent a12144c commit a7127eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/wiki/framework/medical-framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ After a mission restart, `ace_medical_fnc_deserializeState` can be called:
280280
```sqf
281281
private _state = profileNamespace getVariable ["MyPlayerMedicalState", ""];
282282
283-
[player, _state] call ace_medical_deserializeState;
283+
[player, _state] call ace_medical_fnc_deserializeState;
284284
```
285285

286286
## 6.1 Extending with custom handling

0 commit comments

Comments
 (0)