mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-31 10:00:10 +01:00
eabefc538a
This reverts commit6bb5409349, reversing changes made tof6a83d5ee0.
6 lines
125 B
Plaintext
6 lines
125 B
Plaintext
#if DM_VERSION < 510
|
|
|
|
/proc/replacetext(text, find, replacement)
|
|
return jointext(splittext(text, find), replacement)
|
|
|
|
#endif |