diff options
| author | liuxueli <[email protected]> | 2023-12-04 16:18:21 +0800 |
|---|---|---|
| committer | 刘学利 <[email protected]> | 2023-12-04 08:18:56 +0000 |
| commit | 44f2c7f1ffe52483019c9e3fe21adf0c48bbfd2d (patch) | |
| tree | 6ef5e991692836eff4e9d4cd90f35c155356d7fa | |
| parent | 7fc028c7690e1a2a81626f245609b20e38b2f8df (diff) | |
Bugfix: Exposed symbol name -> session_plugin_detach_othersv1.0.4
| -rw-r--r-- | src/stellar_on_sapp/version.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stellar_on_sapp/version.map b/src/stellar_on_sapp/version.map index 164e1b0..d99886d 100644 --- a/src/stellar_on_sapp/version.map +++ b/src/stellar_on_sapp/version.map @@ -23,6 +23,7 @@ session_get*; session_set_*; session_event_*; + session_plugin_detach_others; local: *; /* Hide all other symbols */ |
