mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-14 20:22:42 +00:00
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 |